Update modal size from lg to xl for improved layout on larger screens
This commit is contained in:
parent
49dfc084c0
commit
d5d5ecafa9
@ -274,7 +274,7 @@ const handleDeleteContact = async (overrideId = null) => {
|
|||||||
setOpen_contact(null);
|
setOpen_contact(null);
|
||||||
setIsOpenModalNote(false);
|
setIsOpenModalNote(false);
|
||||||
}}
|
}}
|
||||||
size="lg"
|
size="xl"
|
||||||
>
|
>
|
||||||
{open_contact && (
|
{open_contact && (
|
||||||
<ProfileContactDirectory
|
<ProfileContactDirectory
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user