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
1 changed files with 1 additions and 0 deletions

View File

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