This commit is contained in:
Ali Gator 2022-12-02 17:48:28 +01:00
parent 8736ec566f
commit 9cd0537717

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;
}, },
}, },
}; };