This commit is contained in:
2022-12-02 17:48:28 +01:00
parent a37e01797e
commit 3c85246930

View File

@ -132,7 +132,7 @@
}, },
updateInitialState(event) { updateInitialState(event) {
const elem = event.target; const elem = event.target;
this.initial1dState = elem.value; this.initialState = elem.value;
}, },
}, },
}; };