Disable multiple users for now

This commit is contained in:
Adria Navarro 2023-10-03 16:58:49 +02:00
parent dbd5f7a134
commit 8ebf473ab2
1 changed files with 3 additions and 2 deletions

View File

@ -660,7 +660,8 @@
>Open schema editor</Button >Open schema editor</Button
> >
{:else if editableColumn.type === USER_REFRENCE_TYPE} {:else if editableColumn.type === USER_REFRENCE_TYPE}
<Toggle <!-- Disabled temporally -->
<!-- <Toggle
value={editableColumn.relationshipType === RelationshipType.MANY_TO_MANY} value={editableColumn.relationshipType === RelationshipType.MANY_TO_MANY}
on:change={e => on:change={e =>
(editableColumn.relationshipType = e.detail (editableColumn.relationshipType = e.detail
@ -669,7 +670,7 @@
disabled={!isCreating} disabled={!isCreating}
thin thin
text="Allow multiple users" text="Allow multiple users"
/> /> -->
{/if} {/if}
{#if editableColumn.type === AUTO_TYPE || editableColumn.autocolumn} {#if editableColumn.type === AUTO_TYPE || editableColumn.autocolumn}
<Select <Select