mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 20:57:45 +02:00
Fix build cache (#1996)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -56,6 +56,7 @@
|
||||
}
|
||||
)
|
||||
}
|
||||
const onDeleteState = (e: any) => deleteState(e.detail)
|
||||
</script>
|
||||
|
||||
<div class="antiComponent">
|
||||
@@ -74,11 +75,7 @@
|
||||
</div>
|
||||
<div class="ac-column max">
|
||||
{#if template !== undefined}
|
||||
<Component
|
||||
is={task.component.KanbanTemplateEditor}
|
||||
props={{ kanban: template }}
|
||||
on:delete={(e) => deleteState(e.detail)}
|
||||
/>
|
||||
<Component is={task.component.KanbanTemplateEditor} props={{ kanban: template }} on:delete={onDeleteState} />
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user