Fix crash when an Input exists as a possible datasource
This commit is contained in:
parent
54f8a3d36f
commit
6cd428a4c8
|
@ -39,7 +39,7 @@
|
|||
})
|
||||
|
||||
$: links = bindableProperties
|
||||
.filter(x => x.fieldSchema.type === "link")
|
||||
.filter(x => x.fieldSchema?.type === "link")
|
||||
.map(property => ({
|
||||
label: property.readableBinding,
|
||||
fieldName: property.fieldSchema.name,
|
||||
|
|
Loading…
Reference in New Issue