Merge branch 'improve-polls' into 'develop'
Block button on polls See merge request soapbox-pub/soapbox-fe!1511
This commit is contained in:
commit
5e0e86a864
1 changed files with 1 additions and 0 deletions
|
@ -177,6 +177,7 @@ const PollForm = (props: IPollForm) => {
|
||||||
theme='secondary'
|
theme='secondary'
|
||||||
onClick={handleAddOption}
|
onClick={handleAddOption}
|
||||||
size='sm'
|
size='sm'
|
||||||
|
block
|
||||||
>
|
>
|
||||||
<FormattedMessage {...messages.add_option} />
|
<FormattedMessage {...messages.add_option} />
|
||||||
</Button>
|
</Button>
|
||||||
|
|
Loading…
Reference in a new issue