Update ScriptBuilder.svelte (#1496)

This commit is contained in:
Ruben Fiszel
2023-05-01 02:54:42 +02:00
committed by GitHub
parent 3342ad61da
commit 9565ff47f0
@@ -193,6 +193,7 @@
requestBody: { path: script.path, typ: 'script', value: script }
})
if (initialPath == '') {
$dirtyStore = false
goto(`/scripts/edit/${script.path}`)
}
sendUserToast('Saved as draft')