mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-05-31 17:46:17 +00:00
Converted server handling actions into regular actions
This commit is contained in:
@@ -8,7 +8,7 @@ const composeEnhancers = process.env.NODE_ENV !== 'production' && window.__REDUX
|
||||
: compose;
|
||||
|
||||
const localStorageConfig = {
|
||||
states: [ 'settings' ],
|
||||
states: [ 'settings', 'servers' ],
|
||||
namespace: 'shlink',
|
||||
namespaceSeparator: '.',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user