mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 08:01:38 +00:00
fix(frontend): fix path group refresh & create variable path reset
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
|
||||
async function loadGroups(): Promise<void> {
|
||||
groups = await GroupService.listGroups({ workspace: $workspaceStore! })
|
||||
meta.owner = meta.owner
|
||||
}
|
||||
|
||||
function validateName(meta: Meta): void {
|
||||
|
||||
@@ -35,6 +35,8 @@
|
||||
description: ''
|
||||
}
|
||||
edit = false
|
||||
initialPath = ''
|
||||
path = ''
|
||||
modal.openModal()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user