Fix bad copy pasta

This commit is contained in:
Eric Bailey
2025-08-26 12:28:10 -05:00
parent 6a16ef83f6
commit a2c4b4066e
+1 -1
View File
@@ -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,