mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): fix data pinning success source (#4339)
🐛 Fix data pinning success source
This commit is contained in:
@@ -845,7 +845,7 @@ export default mixins(
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.onDataPinningSuccess({ source: 'save-edit' });
|
this.onDataPinningSuccess({ source: 'pin-icon-click' });
|
||||||
|
|
||||||
this.$store.commit('pinData', { node: this.node, data });
|
this.$store.commit('pinData', { node: this.node, data });
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user