diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/components/Toast/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Toast/index.tsx b/src/components/Toast/index.tsx index 16d62afcd..0d1c661d2 100644 --- a/src/components/Toast/index.tsx +++ b/src/components/Toast/index.tsx @@ -67,7 +67,7 @@ export function show( if (typeof content === 'string') { sonner.custom( <ToastConfigProvider id={id}> - <DefaultToast content={content} type={type} /> + <Default content={content} type={type} /> </ToastConfigProvider>, { ...options, |