mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
[TableListView] Fix dark mode for content editor (#161570)
This commit is contained in:
parent
8228c2afc2
commit
7ea0dd6b11
11 changed files with 52 additions and 15 deletions
|
@ -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()}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue