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:
@@ -154,7 +154,7 @@ export class TeamList extends PureComponent<Props, any> {
|
||||
}
|
||||
}
|
||||
|
||||
function mapStateToProps(state) {
|
||||
function mapStateToProps(state: any) {
|
||||
return {
|
||||
navModel: getNavModel(state.navIndex, 'teams'),
|
||||
teams: getTeams(state.teams),
|
||||
|
||||
Reference in New Issue
Block a user