Keep server version after cache clear (#2042)
This commit is contained in:
parent
32e5316817
commit
68847d91a0
1 changed files with 4 additions and 0 deletions
|
|
@ -245,6 +245,10 @@ export default function configureAppStore(initialState) {
|
|||
type: ViewTypes.SERVER_URL_CHANGED,
|
||||
serverUrl: state.entities.general.credentials.url || state.views.selectServer.serverUrl,
|
||||
},
|
||||
{
|
||||
type: GeneralTypes.RECEIVED_SERVER_VERSION,
|
||||
data: state.entities.general.serverVersion,
|
||||
},
|
||||
], 'BATCH_FOR_RESTART'));
|
||||
|
||||
setTimeout(() => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue