mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
Fix 1 (Critical): Replace all 5 direct applyOnboardingDbSettingsAction calls with applyMutation.mutateAsync throughout the component. Removed result.success guards since mutateAsync throws on error (handled by onError hook). Affected locations: - handleApplyToAll loop - Retention section onSave - Scheduling section onSave - Notifications section onSave - Storage section onSave Fix 2 (Minor): Replace unstable index-based keys with policy.channelId fallback in NotificationsSection and StorageSection card maps. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>