Fix case of group by button

This commit is contained in:
Andrew Kingston 2021-05-25 15:33:04 +01:00
parent 1b90760c2e
commit 104298371a
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
active={!!view.groupBy}
on:click={modal.show}
>
Group By
Group by
</Button>
<Modal bind:this={modal}>
<GroupByModal {view} />