1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +13:00

Update autoscreens to add new form type setting

This commit is contained in:
Andrew Kingston 2021-06-09 13:08:36 +01:00
parent e027e34c69
commit a9eb15e925
2 changed files with 2 additions and 0 deletions

View file

@ -35,6 +35,7 @@ const createScreen = table => {
const form = makeMainForm()
.instanceName("Form")
.customProps({
actionType: "Create",
theme: "spectrum--lightest",
size: "spectrum--medium",
dataSource: {

View file

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