1
0
Fork 0
mirror of synced 2024-08-07 22:28:15 +12:00
This commit is contained in:
Adria Navarro 2023-10-04 13:30:49 +02:00
parent d22fac9bf9
commit bf632ae9a8

View file

@ -33,7 +33,7 @@
import { getBindings } from "components/backend/DataTable/formula"
import JSONSchemaModal from "./JSONSchemaModal.svelte"
import { ValidColumnNameRegex } from "@budibase/shared-core"
import { FieldType } from "@budibase/types"
import { FieldType, FieldSubtype } from "@budibase/types"
import RelationshipSelector from "components/common/RelationshipSelector.svelte"
const AUTO_TYPE = "auto"
@ -659,6 +659,7 @@
<Button primary text on:click={openJsonSchemaEditor}
>Open schema editor</Button
>
{:else if editableColumn.type === USER_REFRENCE_TYPE}
<Toggle
value={editableColumn.subtype === FieldSubtype.USERS}
on:change={e =>