Fix formatting.
This commit is contained in:
parent
e142d2cc81
commit
b60bfe1d35
|
@ -391,7 +391,8 @@
|
|||
if (!isTestModal) {
|
||||
return []
|
||||
}
|
||||
return [{
|
||||
return [
|
||||
{
|
||||
type: CoreSelect,
|
||||
title: "Row",
|
||||
props: {
|
||||
|
@ -433,7 +434,8 @@
|
|||
props: {
|
||||
noMargin: true,
|
||||
},
|
||||
}]
|
||||
},
|
||||
]
|
||||
}
|
||||
|
||||
stepLayouts[block.stepId] = {
|
||||
|
|
Loading…
Reference in New Issue