Skip to content

Commit edae10a

Browse files
committed
Fix workflow logo URL not being persisted.
Fixes #19889.
1 parent 2e66316 commit edae10a

File tree

1 file changed

+2
-0
lines changed
  • client/src/components/Workflow/Editor

1 file changed

+2
-0
lines changed

client/src/components/Workflow/Editor/Index.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,8 @@ export default {
624624
help,
625625
setHelp,
626626
logoUrl,
627+
// make component look like an API workflow with logo_url alias for logoUrl
628+
logo_url: logoUrl,
627629
setLogoUrl,
628630
tags,
629631
setTags,

0 commit comments

Comments
 (0)