Update config property
This commit is contained in:
parent
1cbef867ce
commit
4b508b0c25
@ -24,7 +24,7 @@ const preloadedState = {
|
|||||||
...sessionStorage.loadState(),
|
...sessionStorage.loadState(),
|
||||||
};
|
};
|
||||||
|
|
||||||
if (window.disableServersCache === true) {
|
if (window.config && window.config.disableServersCache === true) {
|
||||||
delete preloadedState.servers;
|
delete preloadedState.servers;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user