Fix case of group by button
This commit is contained in:
parent
1b90760c2e
commit
104298371a
|
@ -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