From 7b35161d7ccceeaefe093ebdfe8101892e435586 Mon Sep 17 00:00:00 2001 From: Shenoy Pratik Date: Wed, 28 Feb 2024 11:48:36 -0800 Subject: [PATCH] add OSD react as required plugin (#278) Signed-off-by: Shenoy Pratik --- opensearch_dashboards.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 8ce2b4f6..759fdc55 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -4,8 +4,6 @@ "opensearchDashboardsVersion": "3.0.0", "server": true, "ui": true, - "requiredPlugins": [ - "navigation" - ], + "requiredPlugins": ["navigation", "opensearchDashboardsReact"], "optionalPlugins": [] -} \ No newline at end of file +}