Skip to content

Commit

Permalink
savedObjectsManagement as optional dependency
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 Jul 17, 2023
1 parent f747667 commit 1312143
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plugins/workspace/opensearch_dashboards.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "opensearchDashboards",
"server": false,
"ui": true,
"requiredPlugins": ["savedObjects", "savedObjectsManagement"],
"requiredPlugins": ["savedObjects", ""],
"optionalPlugins": ["savedObjectsManagement"],
"requiredBundles": [
"opensearchDashboardsReact"
]
Expand Down

0 comments on commit 1312143

Please sign in to comment.