fix(frontend): fix path group refresh & create variable path reset

This commit is contained in:
Ruben Fiszel
2022-07-08 16:52:06 +02:00
parent 2009bc43a8
commit 6a341f5dc3
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -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()
}