1
0
Fork 0
mirror of synced 2024-10-02 18:16:29 +13:00

Disable multiple users for now

This commit is contained in:
Adria Navarro 2023-10-03 16:58:49 +02:00
parent dbd5f7a134
commit 8ebf473ab2

View file

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