mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 14:47:14 +01:00
fix: address code review comments
- Use DEFAULT_THEME constant for theme reset - Type user selector properly - Include LOCALE_CONFIG in preferences cleanup - Add newline to migration file
This commit is contained in:
parent
60ac63604f
commit
8e91edd9d8
4 changed files with 6 additions and 3 deletions
|
|
@ -67,5 +67,6 @@ export function setClientPreferences(preferences: {
|
|||
export function removeClientPreferences() {
|
||||
removeItem(DATE_RANGE_CONFIG);
|
||||
removeItem(TIMEZONE_CONFIG);
|
||||
removeItem(LOCALE_CONFIG);
|
||||
removeItem(THEME_CONFIG);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue