mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
fix: Fix saving workflow sharing (no-changelog) (#6828)
fix: fix saving workflow sharing
This commit is contained in:
@@ -478,7 +478,9 @@ export default defineComponent({
|
|||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
workflow(workflow) {
|
workflow(workflow) {
|
||||||
|
if (workflow.sharedWith) {
|
||||||
this.sharedWith = workflow.sharedWith;
|
this.sharedWith = workflow.sharedWith;
|
||||||
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user