1
0
Fork 0
mirror of synced 2024-09-12 23:43:09 +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 api
export let hideCounter = false export let hideCounter = false
export let schema
const { API } = getContext("grid") const { API } = getContext("grid")
const { type, subtype, constraints } = $$props.schema const { type, subtype, constraints } = schema
let relationshipType let relationshipType
@ -58,7 +59,7 @@
<RelationshipCell <RelationshipCell
bind:api bind:api
{...$$props} {...$$restProps}
{schema} {schema}
{searchFunction} {searchFunction}
primaryDisplay={"email"} primaryDisplay={"email"}