Skip to content

Commit

Permalink
Add missing required plugin dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
iblancof committed Oct 9, 2024
1 parent 5d5b82f commit c7b8fee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugins/observability_solution/inventory/kibana.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"features",
"unifiedSearch",
"data",
"share"
"share",
"spaces"
],
"requiredBundles": ["kibanaReact"],
"optionalPlugins": [],
Expand Down

0 comments on commit c7b8fee

Please sign in to comment.