about summary refs log tree commit diff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Toast/index.tsx2
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,