Skip to content

Commit b2ab654

Browse files
committed
fix type
1 parent 732a0c9 commit b2ab654

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugins/observability/public/typings/fetch_overview_data

1 file changed

+1
-1
lines changed

x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export type HasData = () => Promise<boolean>;
3434

3535
export type ObservabilityFetchDataPlugins = Exclude<
3636
ObservabilityApp,
37-
'observability' | 'stack_monitoring'
37+
'observability' | 'stack_monitoring' | 'ux'
3838
>;
3939

4040
export interface DataHandler<

0 commit comments

Comments
 (0)