mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-06 01:37:42 +02:00
Cleanup types from spaces when removed (#10268)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -64,5 +64,5 @@
|
||||
</script>
|
||||
|
||||
{#each todos as todo (todo._id)}
|
||||
<Button label={getEmbeddedLabel(todo.title)} on:click={() => checkTodo(todo)} />
|
||||
<Button kind={'primary'} label={getEmbeddedLabel(todo.title)} on:click={() => checkTodo(todo)} />
|
||||
{/each}
|
||||
|
||||
Reference in New Issue
Block a user