Fix
This commit is contained in:
parent
84cfbf01ea
commit
823b5bdb7a
|
@ -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"}
|
||||||
|
|
Loading…
Reference in New Issue