Skip to content

Commit

Permalink
library
Browse files Browse the repository at this point in the history
Signed-off-by: Hailong Cui <ihailong@amazon.com>
  • Loading branch information
Hailong-am committed Apr 9, 2024
1 parent 18f63b8 commit 58814e1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ export const WorkspaceOverview = () => {
onTabClick={(tab) => {
if (tab.id === 'settings') {
application.navigateToApp(WORKSPACE_UPDATE_APP_ID);
} else if (tab.id === 'library') {
application.navigateToApp('management', { path: 'opensearch-dashboards/objects' });
}
}}
/>
Expand Down

0 comments on commit 58814e1

Please sign in to comment.