mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Fix about 200 noImplicitAny errors (#18067)
* Fix 200 ish errors * Add interface
This commit is contained in:
@@ -124,7 +124,7 @@ export class TeamPages extends PureComponent<Props, State> {
|
||||
}
|
||||
}
|
||||
|
||||
function mapStateToProps(state) {
|
||||
function mapStateToProps(state: any) {
|
||||
const teamId = getRouteParamsId(state.location);
|
||||
const pageName = getRouteParamsPage(state.location) || 'members';
|
||||
const teamLoadingNav = getTeamLoadingNav(pageName as string);
|
||||
|
||||
Reference in New Issue
Block a user