Checkpoint commit before implementing changes for auto update
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user