Merge branch 'feature/plus-table-internal' of github.com:Budibase/budibase into feature/user-session

This commit is contained in:
mike12345567 2021-07-07 17:32:09 +01:00
commit 34143a76a8
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,
})