chore: Clean up welcome sticky feature (no-changelog) (#11987)

This commit is contained in:
Mutasem Aldmour
2024-12-02 19:35:54 +01:00
committed by GitHub
parent fb5cf4beea
commit 9f78b16efc
14 changed files with 2 additions and 108 deletions

View File

@@ -24,7 +24,6 @@ import {
MODAL_CANCEL,
MODAL_CONFIRM,
PLACEHOLDER_EMPTY_WORKFLOW_ID,
QUICKSTART_NOTE_NAME,
START_NODE_TYPE,
STICKY_NODE_TYPE,
VIEWS,
@@ -3581,7 +3580,6 @@ export default defineComponent({
if (node.type === STICKY_NODE_TYPE) {
this.$telemetry.track('User deleted workflow note', {
workflow_id: this.workflowsStore.workflowId,
is_welcome_note: node.name === QUICKSTART_NOTE_NAME,
});
} else {
void this.externalHooks.run('node.deleteNode', { node });