fix(admin-pwa): fix location saving and dashboard refresh delay
This commit is contained in:
@@ -50,6 +50,7 @@ class EventStoreRequest extends FormRequest
|
||||
'features' => ['nullable', 'array'],
|
||||
'features.*' => ['string'],
|
||||
'settings' => ['nullable', 'array'],
|
||||
'settings.location' => ['nullable', 'string', 'max:255'],
|
||||
'settings.branding' => ['nullable', 'array'],
|
||||
'settings.branding.*' => ['nullable'],
|
||||
'settings.engagement_mode' => ['nullable', Rule::in(['tasks', 'photo_only'])],
|
||||
|
||||
Reference in New Issue
Block a user