feat: Add dangerouslyUseHTMLString where needed (no-changelog) (#6292)

feat: add dangerouslyUseHTMLString where needed (no-changelog)
This commit is contained in:
Alex Grozav
2023-05-22 16:09:29 +03:00
committed by GitHub
parent f5950b201c
commit 2d90125c87
10 changed files with 12 additions and 0 deletions

View File

@@ -676,6 +676,7 @@ export default defineComponent({
// Close the creator panel if user clicked on the link
if (this.createNodeActive) notice.close();
}, 0),
dangerouslyUseHTMLString: true,
});
},
clearExecutionData() {
@@ -1449,6 +1450,7 @@ export default defineComponent({
cancelButtonText: this.$locale.baseText(
'nodeView.confirmMessage.receivedCopyPasteData.cancelButtonText',
),
dangerouslyUseHTMLString: true,
},
);