mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
🌊 Fix plugin visibility (#212210)
Fixes the visibility of `@kbn/streams-app-wrapper-plugin` (should be an observability thing, not a platform thing)
This commit is contained in:
parent
218174ff4e
commit
74eb39e4db
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
"type": "plugin",
|
||||
"id": "@kbn/streams-app-wrapper-plugin",
|
||||
"owner": "@elastic/streams-program-team",
|
||||
"group": "platform",
|
||||
"visibility": "shared",
|
||||
"group": "observability",
|
||||
"visibility": "private",
|
||||
"plugin": {
|
||||
"id": "streamsAppWrapper",
|
||||
"server": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue