[TableListView] Fix dark mode for content editor (#161570)

This commit is contained in:
Sébastien Loix 2023-07-11 11:37:15 +01:00 committed by GitHub
parent 8228c2afc2
commit 7ea0dd6b11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 52 additions and 15 deletions

View file

@ -24,12 +24,7 @@ export const MSearchApp = (props: {
<ContentClientProvider contentClient={props.contentClient}>
<I18nProvider>
<TableListViewKibanaProvider
core={{
application: props.core.application,
notifications: props.core.notifications,
overlays: props.core.overlays,
http: props.core.http,
}}
core={props.core}
toMountPoint={toMountPoint}
FormattedRelative={FormattedRelative}
savedObjectsTagging={props.savedObjectsTagging.getTaggingApi()}