mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix: shouldShowTimeoutProgress typo (#4961)
This commit is contained in:
parent
695b0c8c65
commit
4e5a86eb9d
@ -76,7 +76,7 @@ export default function App() {
|
||||
title: "Toast Title",
|
||||
description: "Toast Description",
|
||||
timeout: 3000,
|
||||
shouldShowTimeoutProgess: true,
|
||||
shouldShowTimeoutProgress: true,
|
||||
});
|
||||
}}
|
||||
>
|
||||
|
||||
@ -214,7 +214,7 @@ const PromiseToastTemplate = (args: ToastProps) => {
|
||||
description: "Toast Displayed Successfully",
|
||||
promise: new Promise((resolve) => setTimeout(resolve, 3000)),
|
||||
timeout: 3000,
|
||||
shouldShowTimeoutProgess: false,
|
||||
shouldShowTimeoutProgress: false,
|
||||
...args,
|
||||
});
|
||||
}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user