Skip to content

Commit

Permalink
fix ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant committed Aug 7, 2023
1 parent 20e7b1f commit b7153e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/visualizations/public/wizard/show_new_vis.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import {
getDocLinks,
getTheme,
getContentManagement,
getUISettings,
} from '../services';
import type { BaseVisType } from '../vis_types';

Expand Down Expand Up @@ -79,6 +80,7 @@ export function showNewVisModal({
editorParams={editorParams}
visTypesRegistry={getTypes()}
contentClient={getContentManagement().client}
uiSettings={getUISettings()}
addBasePath={getHttp().basePath.prepend}
application={getApplication()}
docLinks={getDocLinks()}
Expand Down

0 comments on commit b7153e3

Please sign in to comment.