mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +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: {
|
||||
workflow(workflow) {
|
||||
this.sharedWith = workflow.sharedWith;
|
||||
if (workflow.sharedWith) {
|
||||
this.sharedWith = workflow.sharedWith;
|
||||
}
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user