Canvas: Fix resource picker folder UX (#55877)

This commit is contained in:
Nathan Marrs
2022-09-27 21:05:13 -07:00
committed by GitHub
parent e7e7763252
commit d9d7bff793

View File

@@ -100,7 +100,7 @@ export const FolderPickerTab = (props: Props) => {
return (
<>
<Field>
<Select options={folders} onChange={setCurrentFolder} value={currentFolder} />
<Select options={folders} onChange={setCurrentFolder} value={currentFolder} menuShouldPortal={false} />
</Field>
<Field>
<FilterInput