Skip to content

Commit

Permalink
fix: toast autoClose 오기입
Browse files Browse the repository at this point in the history
  • Loading branch information
Uichan Lee committed Dec 1, 2024
1 parent d7fa823 commit 4e5f97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/ui/toast/ui/Toast.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const Toast = () => {
closeButton={false}
hideProgressBar={true}
closeOnClick={true}
autoClose={300000}
autoClose={3000}
limit={1}
theme="light"
className="b1s"
Expand Down

0 comments on commit 4e5f97e

Please sign in to comment.