Add Contact: Fix button position (#5181)
This commit is contained in:
parent
834df87279
commit
5b3c783e25
@ -210,13 +210,6 @@ const NewContactModal: FC<OwnProps & StateProps> = ({
|
||||
{renderingUser && renderAddContact()}
|
||||
{renderingIsByPhoneNumber && renderCreateContact()}
|
||||
<div className="dialog-buttons">
|
||||
<Button
|
||||
isText
|
||||
className="confirm-dialog-button"
|
||||
onClick={handleClose}
|
||||
>
|
||||
{lang('Cancel')}
|
||||
</Button>
|
||||
<Button
|
||||
isText
|
||||
className="confirm-dialog-button"
|
||||
@ -225,6 +218,13 @@ const NewContactModal: FC<OwnProps & StateProps> = ({
|
||||
>
|
||||
{lang('Done')}
|
||||
</Button>
|
||||
<Button
|
||||
isText
|
||||
className="confirm-dialog-button"
|
||||
onClick={handleClose}
|
||||
>
|
||||
{lang('Cancel')}
|
||||
</Button>
|
||||
</div>
|
||||
</Modal>
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user