fix(admin-pwa): fix location saving and dashboard refresh delay

This commit is contained in:
Codex Agent
2026-01-18 11:14:42 +01:00
parent cb8e119ef1
commit b6102c4ec3
2 changed files with 3 additions and 0 deletions

View File

@@ -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'])],