Format
This commit is contained in:
parent
9edde27620
commit
6945ed5674
|
@ -157,6 +157,7 @@
|
|||
{/if}
|
||||
</Body>
|
||||
{#if filters?.length}
|
||||
<div>
|
||||
<div class="filter-label">
|
||||
<Label>Filters</Label>
|
||||
</div>
|
||||
|
@ -238,6 +239,7 @@
|
|||
</div>
|
||||
{/each}
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
<div>
|
||||
<Button icon="AddCircle" size="M" secondary on:click={addFilter}>
|
||||
|
|
Loading…
Reference in New Issue