Fix init form with default theme

This commit is contained in:
Julien Nahum 2024-07-01 10:18:35 +02:00
parent 6f7692541f
commit add60fbde9
1 changed files with 2 additions and 0 deletions

View File

@ -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",