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