fix: batch PageSpeed frequency and notification toggles into save flow

This commit is contained in:
Usman Baig
2026-03-25 21:59:36 +01:00
parent f794696e90
commit cbf2125f0a
3 changed files with 71 additions and 44 deletions

View File

@@ -202,7 +202,7 @@ function TabContent({
case 'general': return <WorkspaceGeneralTab {...dirtyProps} />
case 'billing': return <WorkspaceBillingTab />
case 'members': return <WorkspaceMembersTab />
case 'notifications': return <WorkspaceNotificationsTab />
case 'notifications': return <WorkspaceNotificationsTab {...dirtyProps} />
case 'audit': return <WorkspaceAuditTab />
}
}