mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 00:01:34 +00:00
nit folder added
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
folderName = $bindable(''),
|
||||
initialPath = $bindable(undefined),
|
||||
disabled = $bindable(undefined),
|
||||
disableEditing = $bindable(undefined)
|
||||
disableEditing = $bindable(undefined),
|
||||
}: Props = $props()
|
||||
|
||||
async function loadFolders(): Promise<void> {
|
||||
@@ -59,6 +59,7 @@
|
||||
})
|
||||
folderCreated = newFolderName
|
||||
$userStore?.folders?.push(newFolderName)
|
||||
folderName = newFolderName
|
||||
loadFolders()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user