Skip to content

Commit

Permalink
M2-6042: Update default notification message duration to 5s
Browse files Browse the repository at this point in the history
  • Loading branch information
sultanofcardio committed Apr 23, 2024
1 parent 34256da commit 20d4334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/ui/NotificationCenter/lib/useNotification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const useNotification = () => {
return;
}

const defaultDuration = 3000;
const defaultDuration = 5000;

const notification: Notification = {
id: uuidv4(),
Expand Down

0 comments on commit 20d4334

Please sign in to comment.