Skip to content

Commit

Permalink
Fix eslint
Browse files Browse the repository at this point in the history
Signed-off-by: Hailong Cui <[email protected]>
  • Loading branch information
Hailong-am committed Jun 15, 2023
1 parent 2484dd9 commit 7df1d1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ import {
AppPluginStartDependencies,
} from './types';
import { PLUGIN_NAME } from '../common';
import {Navigation} from "./pages/Main/Main";
import {ROUTES} from "./utils/constants";
import {ManagementOverViewPluginSetup} from "../../../src/plugins/management_overview/public";
import { Navigation } from "./pages/Main/Main";
import { ROUTES } from "./utils/constants";
import { ManagementOverViewPluginSetup } from "../../../src/plugins/management_overview/public";

interface NotificationsDashboardsSetupDeps {
managementOverview?: ManagementOverViewPluginSetup;
Expand All @@ -30,7 +30,7 @@ export class notificationsDashboardsPlugin
notificationsDashboardsPluginSetup,
notificationsDashboardsPluginStart
> {
public setup(core: CoreSetup, {managementOverview}: NotificationsDashboardsSetupDeps): notificationsDashboardsPluginSetup {
public setup(core: CoreSetup, { managementOverview }: NotificationsDashboardsSetupDeps): notificationsDashboardsPluginSetup {
// Register an application into the side navigation menu
core.application.register({
id: PLUGIN_NAME,
Expand Down

0 comments on commit 7df1d1f

Please sign in to comment.