about summary refs log tree commit diff
path: root/src/components/Toast/index.tsx
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2025-08-26 12:33:43 -0500
committerGitHub <noreply@github.com>2025-08-26 12:33:43 -0500
commitdd2830ba6c5afcab3d9b9194e0eccb3d5bce2267 (patch)
treea58e4a56546ef02d265bd409ff52f71641fc71b8 /src/components/Toast/index.tsx
parent6a16ef83f61da2955e60b7fcfa017e1f042e3130 (diff)
downloadvoidsky-dd2830ba6c5afcab3d9b9194e0eccb3d5bce2267.tar.zst
Fix bad copy pasta (#8907)
Diffstat (limited to 'src/components/Toast/index.tsx')
-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,