Skip to content

Commit dfe8842

Browse files
committed
add button defaults to initmodel
1 parent df64e95 commit dfe8842

File tree

2 files changed

+251
-1
lines changed

2 files changed

+251
-1
lines changed

shesha-reactjs/package-lock.json

Lines changed: 248 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

shesha-reactjs/src/designer-components/wizard/index.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ const TabsComponent: IToolboxComponent<Omit<IWizardComponentProps, 'size'>> = {
4444
},
4545
initModel: (model) => ({
4646
...model,
47-
stylingBox: "{\"marginBottom\":\"5\"}"
47+
stylingBox: "{\"marginBottom\":\"5\"}",
48+
showBackButton: true,
49+
showDoneButton: true
4850
}),
4951
migrator: (m) =>
5052
m

0 commit comments

Comments
 (0)