1
0
Fork 0
mirror of synced 2024-09-10 14:35:47 +12:00

Remove filter button on views for now

This commit is contained in:
Andrew Kingston 2023-08-04 15:17:30 +01:00
parent 8a9db6d8de
commit ef4ff87d8a

View file

@ -26,9 +26,7 @@
showAvatars={false}
on:updatedatasource={handleGridViewUpdate}
>
<svelte:fragment slot="filter">
<GridFilterButton />
</svelte:fragment>
<svelte:fragment slot="filter" />
<svelte:fragment slot="controls">
<GridCreateEditRowModal />
</svelte:fragment>