1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

Enable creating views for SQL tables

This commit is contained in:
Andrew Kingston 2023-08-25 15:21:59 +01:00
parent 2bbdb5ce46
commit dcb6350339

View file

@ -74,9 +74,7 @@
</svelte:fragment>
<svelte:fragment slot="controls">
{#if isInternal}
<GridCreateViewButton />
{/if}
<GridCreateViewButton />
<GridManageAccessButton />
{#if relationshipsEnabled}
<GridRelationshipButton />