Skip to content

Commit

Permalink
fix(admin-ui): Preserve ui language settings after refresh
Browse files Browse the repository at this point in the history
Fixes #2211
  • Loading branch information
michaelbromley committed Jun 12, 2023
1 parent 32fc678 commit dcae0d9
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ export type LocalStorageLocationBasedTypeMap = {
*/
const ADMIN_SPECIFIC_KEYS: Array<keyof LocalStorageTypeMap> = [
'activeTheme',
'uiLanguageCode',
'uiLocale',
'contentLanguageCode',
'dashboardWidgetLayout',
'activeTheme',
'livePreviewCollectionContents',
Expand Down

0 comments on commit dcae0d9

Please sign in to comment.