Skip to content

Commit

Permalink
remove DEFAULT_APP_CATEGORIES for kibana sidenav (opensearch-project#61)
Browse files Browse the repository at this point in the history
* change the position of kibana notebook in side bar

* change the position of kibana notebook in side bar
  • Loading branch information
zhyuanqi authored Nov 26, 2020
1 parent 59e940c commit 690825d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/

import { i18n } from '@kbn/i18n';
import { AppMountParameters, CoreSetup, CoreStart, Plugin, DEFAULT_APP_CATEGORIES } from '../../../src/core/public';
import { AppMountParameters, CoreSetup, CoreStart, Plugin } from '../../../src/core/public';
import {
KibanaNotebooksPluginSetup,
KibanaNotebooksPluginStart,
Expand Down

0 comments on commit 690825d

Please sign in to comment.