Skip to content
Snippets Groups Projects
Commit 967e6918 authored by Ron Lucke's avatar Ron Lucke Committed by Till Glöggler
Browse files

fix #575

parent 9d7ed327
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