Skip to content

Commit

Permalink
[Obs AI Assistant] Revert change made in createO11yGenericFeatureId
Browse files Browse the repository at this point in the history
  • Loading branch information
viduni94 committed Nov 26, 2024
1 parent e5c3b97 commit 9a7fcfa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export class ObservabilityPlugin implements Plugin<ObservabilityPluginSetup> {
all: {
app: [observabilityFeatureId],
catalogue: [observabilityFeatureId],
api: ['rac', 'ai_assistant'],
api: ['rac'],
savedObject: {
all: [],
read: [],
Expand All @@ -164,7 +164,7 @@ export class ObservabilityPlugin implements Plugin<ObservabilityPluginSetup> {
read: {
app: [observabilityFeatureId],
catalogue: [observabilityFeatureId],
api: ['rac', 'ai_assistant'],
api: ['rac'],
savedObject: {
all: [],
read: [],
Expand Down

0 comments on commit 9a7fcfa

Please sign in to comment.