Skip to content

Commit

Permalink
fix(step-icon): load icons when editing draft
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenijesavic committed Oct 21, 2024
1 parent 7023903 commit bb42c30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/proposals/create/StepIcon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export default {
const split = (this.$store.state.proposals.draft.icon || '').split(':')
this.selectedIcon = split[1]
this.type = split[0]
this.filteredIcons = [...this.icons]
},
watch: {
iconSearch (search) {
Expand Down

0 comments on commit bb42c30

Please sign in to comment.