Fix bad copy pasta (#8907)

This commit is contained in:
Eric Bailey
2025-08-26 12:33:43 -05:00
committed by GitHub
parent 6a16ef83f6
commit dd2830ba6c
+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,