mirror of
https://github.com/logto-io/logto.git
synced 2025-03-31 22:51:25 -05:00
Merge pull request #1912 from logto-io/charles-log-4156-old-value-flashes-back-on-saving-form
fix(console): old value does not flash back on saving form
This commit is contained in:
commit
03fe4beb43
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ const AppContent = () => {
|
|||
const href = useHref('/callback');
|
||||
const { isLoading: isPreferencesLoading } = useUserPreferences();
|
||||
const { isLoading: isSettingsLoading } = useSettings();
|
||||
const isLoading = isLogtoLoading || isPreferencesLoading || isSettingsLoading;
|
||||
const isLoading = isPreferencesLoading || isSettingsLoading;
|
||||
|
||||
const location = useLocation();
|
||||
const navigate = useNavigate();
|
||||
|
|
Loading…
Add table
Reference in a new issue