Skip to content

Commit

Permalink
chore: update icon in propoal status selector
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekhmet committed Jan 8, 2025
1 parent 3b1fa9d commit ffb399f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ui/src/views/Space/Proposals.vue
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ watchEffect(() => setTitle(`Proposals - ${props.space.name}`));
key: 'closed',
label: 'Closed',
component: ProposalIconStatus,
componentProps: { ...selectIconBaseProps, state: 'passed' }
componentProps: { ...selectIconBaseProps, state: 'closed' }
}
]"
/>
Expand Down

0 comments on commit ffb399f

Please sign in to comment.