Update ErrorOrRecoveryHandler.svelte

This commit is contained in:
Ruben Fiszel
2023-10-13 19:27:50 +02:00
committed by GitHub
parent 8a3537b761
commit 8aa0d73f3e
@@ -169,7 +169,7 @@
<ScriptPicker
disabled={!isEditable}
initialPath={customInitialScriptPath}
kinds={[Script.kind.SCRIPT, Script.kind.FAILURE]}
kinds={[Script.kind.SCRIPT]}
allowFlow={true}
bind:scriptPath={handlerPath}
bind:itemKind={customHandlerKind}