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
1 changed files with 1 additions and 3 deletions

View File

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