mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
fix: Fix saving workflow sharing (no-changelog) (#6828)
fix: fix saving workflow sharing
This commit is contained in:
parent
3cad60e918
commit
848e9b1172
|
@ -478,7 +478,9 @@ export default defineComponent({
|
|||
},
|
||||
watch: {
|
||||
workflow(workflow) {
|
||||
this.sharedWith = workflow.sharedWith;
|
||||
if (workflow.sharedWith) {
|
||||
this.sharedWith = workflow.sharedWith;
|
||||
}
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue