Merge branch 'main' into 557-configurable-request-timeout

This commit is contained in:
Dipin Jagadish 2023-10-15 20:30:01 +01:00
commit 3302e2e910

View File

@ -31,7 +31,7 @@ class PreferencesStore {
getPreferences() { getPreferences() {
return { return {
defaultPreferences, ...defaultPreferences,
...this.store.get('preferences') ...this.store.get('preferences')
}; };
} }