Block button on polls

This commit is contained in:
Justin 2022-06-09 10:30:27 -04:00
parent 6328b03783
commit 138ca824f8
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ const PollForm = (props: IPollForm) => {
theme='secondary'
onClick={handleAddOption}
size='sm'
block
>
<FormattedMessage {...messages.add_option} />
</Button>