1
0
Fork 0
mirror of synced 2024-07-01 12:30:41 +12:00

Internal table detail screens should still have limit one.

This commit is contained in:
mike12345567 2021-07-07 17:31:03 +01:00
parent 900ed2334c
commit 4d0425b19f

View file

@ -86,6 +86,7 @@ const createScreen = table => {
valueType: "Binding",
},
],
limit: table.type === "external" ? undefined : 1,
paginate: false,
})