Fix test
This commit is contained in:
parent
84bab434bf
commit
a7399cc3e9
|
@ -315,6 +315,12 @@ describe("table sdk", () => {
|
|||
relationshipType: RelationshipType.ONE_TO_MANY,
|
||||
fieldName: "table",
|
||||
tableId: "otherTableId",
|
||||
schema: {
|
||||
title: {
|
||||
visible: true,
|
||||
readonly: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue