refactor(settings): native profile form replacing SharedProfileSettings — consistent save bar
This commit is contained in:
@@ -210,7 +210,7 @@ function TabContent({
|
||||
// Account tabs
|
||||
if (context === 'account') {
|
||||
switch (activeTab) {
|
||||
case 'profile': return <AccountProfileTab />
|
||||
case 'profile': return <AccountProfileTab {...dirtyProps} />
|
||||
case 'security': return <AccountSecurityTab />
|
||||
case 'devices': return <AccountDevicesTab />
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user