fix es-lint

This commit is contained in:
Haris Rozajac
2026-01-14 16:04:06 -07:00
parent 848e7bc9c2
commit 5edf84d334
2 changed files with 1 additions and 5 deletions
-5
View File
@@ -2802,11 +2802,6 @@
"count": 1
}
},
"public/app/features/manage-dashboards/components/ImportDashboardOverview.tsx": {
"react-prefer-function-component/react-prefer-function-component": {
"count": 1
}
},
"public/app/features/manage-dashboards/state/actions.ts": {
"@typescript-eslint/consistent-type-assertions": {
"count": 1
@@ -46,6 +46,7 @@ interface State {
uidReset: boolean;
}
// disabling this rule, eventually we will migrate to function components and also stop using redux
// eslint-disable-next-line react-prefer-function-component/react-prefer-function-component
class ImportDashboardOverviewUnConnected extends PureComponent<Props, State> {
state: State = {