Fix clear button for flows (#980)

This commit is contained in:
Kai Jellinghaus
2022-12-03 13:26:05 +01:00
committed by GitHub
parent 129a0ad56b
commit eb855942f9

View File

@@ -86,7 +86,7 @@
startIcon={{ icon: faClose }}
on:click={() => {
if (component) {
component['inlineScriptName'] = undefined
component['path'] = undefined
}
}}
>