- completed design of Onyx template

This commit is contained in:
Amruth Pillai
2020-07-11 10:49:55 +05:30
parent a8c5d29858
commit 0b5653fab5
32 changed files with 848 additions and 122 deletions

View File

@ -62,11 +62,9 @@ const StorageProvider = ({ children }) => {
render:
'Your photograph was uploaded successfully... and you look great!',
progress,
autoClose: 5000,
autoClose: 2000,
hideProgressBar: true,
});
toastId.current = null;
},
);
};