Fix init form with default theme
This commit is contained in:
2
client/composables/forms/initForm.js
vendored
2
client/composables/forms/initForm.js
vendored
@@ -21,6 +21,8 @@ export const initForm = (defaultValue = {}, withDefaultProperties = false) => {
|
|||||||
closed_text:
|
closed_text:
|
||||||
"This form has now been closed by its owner and does not accept submissions anymore.",
|
"This form has now been closed by its owner and does not accept submissions anymore.",
|
||||||
auto_save: true,
|
auto_save: true,
|
||||||
|
border_radius: 'small',
|
||||||
|
size: 'md',
|
||||||
|
|
||||||
// Submission
|
// Submission
|
||||||
submit_button_text: "Submit",
|
submit_button_text: "Submit",
|
||||||
|
|||||||
Reference in New Issue
Block a user