Showing
1 changed file
with
1 additions
and
1 deletions
@@ -196,7 +196,7 @@ export const commonDataSourceSchemas = (): FormSchema[] => { | @@ -196,7 +196,7 @@ export const commonDataSourceSchemas = (): FormSchema[] => { | ||
196 | }); | 196 | }); |
197 | } | 197 | } |
198 | }, | 198 | }, |
199 | - getPopupContainer: () => document.body, | 199 | + ...createPickerSearch(), |
200 | }; | 200 | }; |
201 | }, | 201 | }, |
202 | }, | 202 | }, |