1
0
Fork 0
mirror of synced 2024-09-20 19:33:10 +12:00
This commit is contained in:
Adria Navarro 2024-08-22 17:12:53 +02:00
parent 84bab434bf
commit a7399cc3e9

View file

@ -315,6 +315,12 @@ describe("table sdk", () => {
relationshipType: RelationshipType.ONE_TO_MANY, relationshipType: RelationshipType.ONE_TO_MANY,
fieldName: "table", fieldName: "table",
tableId: "otherTableId", tableId: "otherTableId",
schema: {
title: {
visible: true,
readonly: true,
},
},
}, },
}, },
} }