mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 08:35:43 -06:00
import: enable creating new folders in import (#24317)
This commit is contained in:
parent
980b930641
commit
5b32d422ad
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user