diff --git a/src/pages/proposals/create/StepIcon.vue b/src/pages/proposals/create/StepIcon.vue index c1b1b0646..4e4647ba5 100644 --- a/src/pages/proposals/create/StepIcon.vue +++ b/src/pages/proposals/create/StepIcon.vue @@ -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) {