diff --git a/frontend/src/lib/components/apps/editor/AppEditorHeader.svelte b/frontend/src/lib/components/apps/editor/AppEditorHeader.svelte index 23a1f23c4c..850273e6dd 100644 --- a/frontend/src/lib/components/apps/editor/AppEditorHeader.svelte +++ b/frontend/src/lib/components/apps/editor/AppEditorHeader.svelte @@ -1212,54 +1212,67 @@
-
- -
-
- { - $app = undo(history, $app) - }} - on:redo={() => { - $app = redo(history) - }} - /> - -
- - - - +
+
+ +
+
+ { + $app = undo(history, $app) + }} + on:redo={() => { + $app = redo(history) + }} + /> + + {#if $app} + + + + + {/if} +
+ + + + +
- {#if $app} - - - - - {/if}
{#if $enterpriseLicense && appPath != ''} {/if}
- + + iconOnly + startIcon={{ icon: Database }} + />
{#if name !== undefined} {#if !transformer} - { - $app = $app - $stateId++ - }} - /> +
+ { + $app = $app + $stateId++ + }} + /> +
+
{:else} {name} of {id} {/if} {/if} -
-
+
{#if inlineScript} {/if} @@ -209,8 +211,8 @@