use Uppercase for button label
This commit is contained in:
parent
8b895caf15
commit
c79affaeb8
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class FormInviteNew extends React.PureComponent {
|
||||||
/>
|
/>
|
||||||
</FormRow>
|
</FormRow>
|
||||||
<div className="card__actions">
|
<div className="card__actions">
|
||||||
<Submit label="INVITE" disabled={isPending} />
|
<Submit label="Invite" disabled={isPending} />
|
||||||
</div>
|
</div>
|
||||||
</Form>
|
</Form>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue