chore: checkpoint before block builder refactor
This commit is contained in:
@@ -41,9 +41,7 @@ class UpdateMailwizzConfigRequest extends FormRequest
|
||||
'field_email' => ['required', 'string', 'max:255'],
|
||||
'field_first_name' => ['required', 'string', 'max:255'],
|
||||
'field_last_name' => ['required', 'string', 'max:255'],
|
||||
'field_phone' => $page->phone_enabled
|
||||
? ['required', 'string', 'max:255']
|
||||
: ['nullable', 'string', 'max:255'],
|
||||
'field_phone' => ['nullable', 'string', 'max:255'],
|
||||
'tag_field' => ['required', 'string', 'max:255'],
|
||||
'tag_value' => ['required', 'string', 'max:255'],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user