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 b1e4955 commit 6783d80Copy full SHA for 6783d80
libs/remix-ui/toaster/src/lib/toaster.tsx
@@ -15,7 +15,7 @@ export const Toaster = (props: ToasterProps) => {
15
useEffect(() => {
16
if (props.message) {
17
// Show toast using Sonner
18
- const duration = props.timeOut || 120000
+ const duration = props.timeOut || 2000
19
20
if (typeof props.message === 'string') {
21
toast(props.message, {
0 commit comments