Skip to content

Commit

Permalink
feat: always register all library under library category
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
  • Loading branch information
SuZhou-Joe committed Sep 8, 2023
1 parent 01c09c5 commit 49b5cfa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/plugins/saved_objects_management/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,12 +218,14 @@ export class SavedObjectsManagementPlugin
// depends on `getStartServices`, should not be awaited
registerServices(this.serviceRegistry, core.getStartServices);

this.registerLibrarySubApp(core);

return {
actions: actionSetup,
columns: columnSetup,
namespaces: namespaceSetup,
serviceRegistry: this.serviceRegistry,
registerLibrarySubApp: () => this.registerLibrarySubApp(core),
registerLibrarySubApp: () => {},
};
}

Expand Down

0 comments on commit 49b5cfa

Please sign in to comment.