Skip to content

Commit ddb32b0

Browse files
authored
Merge pull request #20428 from jmchilton/logo_fix
[25.0] Fix workflow logo URL not being persisted.
2 parents 8fe04ac + edae10a commit ddb32b0

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)