Reorder buttons to access is always first

This commit is contained in:
Andrew Kingston 2024-10-28 14:11:13 +00:00
parent 67c5cc4a45
commit 3ad913ae28
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -60,10 +60,10 @@
buttonsCollapsed
>
<svelte:fragment slot="controls">
<GridManageAccessButton />
{#if calculation}
<GridViewCalculationButton />
{/if}
<GridManageAccessButton />
<GridFilterButton />
<GridSortButton />
<GridSizeButton />