1
0
Fork 0
mirror of synced 2024-07-02 21:10:43 +12:00

Update autoscreens to have size settings again

This commit is contained in:
Andrew Kingston 2021-08-25 09:57:53 +01:00
parent 1733e54a25
commit 7dc4a8785b
3 changed files with 2 additions and 1 deletions

View file

@ -43,6 +43,7 @@ const createScreen = table => {
tableId: table._id,
type: "table",
},
size: "spectrum--medium",
})
const fieldGroup = new Component("@budibase/standard-components/fieldgroup")

View file

@ -100,7 +100,6 @@ const createScreen = table => {
.instanceName("Form")
.customProps({
actionType: "Update",
theme: "spectrum--lightest",
size: "spectrum--medium",
dataSource: {
label: table.name,

View file

@ -65,6 +65,7 @@ const createScreen = table => {
tableId: table._id,
type: "table",
},
size: "spectrum--medium",
paginate: true,
limit: 8,
})