mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat: Add dangerouslyUseHTMLString where needed (no-changelog) (#6292)
feat: add dangerouslyUseHTMLString where needed (no-changelog)
This commit is contained in:
@@ -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,
|
||||
},
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user