Skip to content
Snippets Groups Projects
Commit 0b5d043d authored by Ron Lucke's avatar Ron Lucke Committed by Jan-Hendrik Willms
Browse files

fix #575

parent 79668f4f
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ export default { ...@@ -81,7 +81,7 @@ export default {
}), }),
initCurrentData() { initCurrentData() {
this.currentText = this.text; this.currentText = this.text;
if (this.userData.attributes.payload.confirm) { if (this.userData?.attributes?.payload?.confirm) {
this.confirm = this.userData.attributes.payload.confirm; this.confirm = this.userData.attributes.payload.confirm;
} }
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment