Skip to content

Commit 5366b38

Browse files
author
Tobias S. Keller
committed
...
1 parent cd8757f commit 5366b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/_components/toast.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export const doToast = (
9494
});
9595
}
9696
return toast.custom(
97-
(t) => (
97+
(t: any) => (
9898
<CustomToast
9999
{...t}
100100
type={props.type || 'info'}

0 commit comments

Comments
 (0)