Converted server handling actions into regular actions

This commit is contained in:
Alejandro Celaya
2020-04-27 11:30:51 +02:00
parent 8b2cbf7aea
commit bcf5dcf180
5 changed files with 70 additions and 56 deletions

View File

@@ -8,7 +8,7 @@ const composeEnhancers = process.env.NODE_ENV !== 'production' && window.__REDUX
: compose;
const localStorageConfig = {
states: [ 'settings' ],
states: [ 'settings', 'servers' ],
namespace: 'shlink',
namespaceSeparator: '.',
};