devarification complete, tests ok
This commit is contained in:
@@ -246,7 +246,7 @@ export default {
|
||||
},
|
||||
created() {
|
||||
//Detect version change, wipe persisted form settings if has changed
|
||||
var currentVersion = window.$gz.clientInfo.version;
|
||||
let currentVersion = window.$gz.clientInfo.version;
|
||||
if (currentVersion != window.$gz.store.state.lastClientVersion) {
|
||||
window.$gz.store.commit(
|
||||
"logItem",
|
||||
|
||||
Reference in New Issue
Block a user