Skip to content

Commit 9447808

Browse files
committed
fix typings
1 parent 98ad3d2 commit 9447808

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/plugins/embeddable/public/lib/panel/embeddable_panel.test.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,9 @@ const renderInEditModeAndOpenContextMenu = async (
201201
getEmbeddableFactory={(() => undefined) as any}
202202
notifications={{} as any}
203203
overlays={{} as any}
204+
uiSettings={{} as any}
205+
savedObjects={{} as any}
204206
inspector={inspector}
205-
SavedObjectFinder={() => null}
206207
/>
207208
</I18nProvider>
208209
);

0 commit comments

Comments
 (0)