Fix bad copy pasta (#8907)
This commit is contained in:
@@ -67,7 +67,7 @@ export function show(
|
|||||||
if (typeof content === 'string') {
|
if (typeof content === 'string') {
|
||||||
sonner.custom(
|
sonner.custom(
|
||||||
<ToastConfigProvider id={id}>
|
<ToastConfigProvider id={id}>
|
||||||
<DefaultToast content={content} type={type} />
|
<Default content={content} type={type} />
|
||||||
</ToastConfigProvider>,
|
</ToastConfigProvider>,
|
||||||
{
|
{
|
||||||
...options,
|
...options,
|
||||||
|
|||||||
Reference in New Issue
Block a user