diff --git a/plugins/task-resources/src/components/state/StatesTemplateEditor.svelte b/plugins/task-resources/src/components/state/StatesTemplateEditor.svelte index 458a33269f..631e977b85 100644 --- a/plugins/task-resources/src/components/state/StatesTemplateEditor.svelte +++ b/plugins/task-resources/src/components/state/StatesTemplateEditor.svelte @@ -128,7 +128,7 @@ }} /> -
+
{#each states as state, i} {@const color = getPlatformColorDef(state.color ?? getColorNumberByText(state.name), $themeStore.dark)} {#if state} @@ -185,7 +185,7 @@ {/if} {/each}
-
+
-
+