1
0
Fork 0
mirror of synced 2024-08-23 05:51:29 +12:00
This commit is contained in:
Adria Navarro 2024-05-03 19:58:27 +02:00
parent 84cfbf01ea
commit 823b5bdb7a

View file

@ -9,9 +9,10 @@
export let api
export let hideCounter = false
export let schema
const { API } = getContext("grid")
const { type, subtype, constraints } = $$props.schema
const { type, subtype, constraints } = schema
let relationshipType
@ -58,7 +59,7 @@
<RelationshipCell
bind:api
{...$$props}
{...$$restProps}
{schema}
{searchFunction}
primaryDisplay={"email"}