mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-02 13:52:40 +00:00
parent
fc6517b894
commit
1647ca4741
@ -77,7 +77,7 @@
|
|||||||
<div class="flex-col">
|
<div class="flex-col">
|
||||||
<div class="flex-no-shrink flex-between trans-title uppercase">
|
<div class="flex-no-shrink flex-between trans-title uppercase">
|
||||||
<Label label={task.string.ActiveStates} />
|
<Label label={task.string.ActiveStates} />
|
||||||
<div on:click={onAdd}><CircleButton icon={IconAdd} size={'medium'} /></div>
|
<CircleButton icon={IconAdd} size={'medium'} on:click={onAdd}/>
|
||||||
</div>
|
</div>
|
||||||
<div class="overflow-y-auto mt-3">
|
<div class="overflow-y-auto mt-3">
|
||||||
{#each states as state, i}
|
{#each states as state, i}
|
||||||
|
Loading…
Reference in New Issue
Block a user