add attachment to confirm and reject forms

This commit is contained in:
Amirhossein Mahmoodi
2023-08-09 15:48:26 +03:30
parent 64e717990f
commit fee4fa8261
12 changed files with 36 additions and 24 deletions

View File

@@ -26,9 +26,11 @@ const UploadFileNotification = (t) => {
</>
),
{
autoClose: false,
autoClose: 3000,
hideProgressBar: true,
pauseOnHover: true,
closeOnClick: false,
draggable: false,
draggable: true,
}
);
};