Fix case of group by button
This commit is contained in:
parent
62e696d8ac
commit
18573f4fbf
|
@ -15,7 +15,7 @@
|
||||||
active={!!view.groupBy}
|
active={!!view.groupBy}
|
||||||
on:click={modal.show}
|
on:click={modal.show}
|
||||||
>
|
>
|
||||||
Group By
|
Group by
|
||||||
</Button>
|
</Button>
|
||||||
<Modal bind:this={modal}>
|
<Modal bind:this={modal}>
|
||||||
<GroupByModal {view} />
|
<GroupByModal {view} />
|
||||||
|
|
Loading…
Reference in New Issue