We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30bef29 commit 4526d5eCopy full SHA for 4526d5e
src/context/ToastContext.tsx
@@ -35,7 +35,7 @@ export const ToastProvider: FC<{ children: ReactNode }> = ({ children }) => {
35
setTimeout(() => {
36
setToastContent({
37
text: message,
38
- duration: duration || 3000,
+ duration: duration || 8000,
39
});
40
setToastVisible(true);
41
}, 100);
0 commit comments