Checkpoint commit before implementing changes for auto update

This commit is contained in:
2020-09-28 20:48:14 +00:00
parent 5ee18098d3
commit 01b14308f3
5 changed files with 53 additions and 21 deletions

View File

@@ -273,7 +273,7 @@ export default {
};
},
created() {
//Detect version change, wipe persisted form settings if has changed
//Detect version change, wipe persisted form settings if has changed.
let currentVersion = window.$gz.clientInfo.version;
if (currentVersion != window.$gz.store.state.lastClientVersion) {
window.$gz.store.commit(