Commit 5b32d422 by Daniel Lee Committed by GitHub

import: enable creating new folders in import (#24317)

parent 980b9306
......@@ -63,7 +63,14 @@ export const ImportDashboardForm: FC<Props> = ({
/>
</Field>
<Field label="Folder">
<InputControl as={FolderPicker} name="folder" useNewForms initialFolderId={initialFolderId} control={control} />
<InputControl
as={FolderPicker}
name="folder"
useNewForms
enableCreateNew
initialFolderId={initialFolderId}
control={control}
/>
</Field>
<Field
label="Unique identifier (uid)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment