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