diff --git a/frontend/src/lib/components/Path.svelte b/frontend/src/lib/components/Path.svelte index 4f471f305a..e8fd513dee 100644 --- a/frontend/src/lib/components/Path.svelte +++ b/frontend/src/lib/components/Path.svelte @@ -44,6 +44,7 @@ async function loadGroups(): Promise { groups = await GroupService.listGroups({ workspace: $workspaceStore! }) + meta.owner = meta.owner } function validateName(meta: Meta): void { diff --git a/frontend/src/lib/components/VariableEditor.svelte b/frontend/src/lib/components/VariableEditor.svelte index 78f88450bb..ec90b2c0c2 100644 --- a/frontend/src/lib/components/VariableEditor.svelte +++ b/frontend/src/lib/components/VariableEditor.svelte @@ -35,6 +35,8 @@ description: '' } edit = false + initialPath = '' + path = '' modal.openModal() }