Skip to content

Commit

Permalink
M2-6042: Update take now validation message duration to 7s
Browse files Browse the repository at this point in the history
  • Loading branch information
sultanofcardio committed Apr 23, 2024
1 parent e14ee6c commit 34256da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/features/TakeNow/ui/ValidateTakeNowParams.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ function ValidateTakeNowParams({
if (errorNotificationRef.current < 2) {
showError(message, {
allowDuplicate: false,
duration: 7000,
});
errorNotificationRef.current += 1;
}
Expand Down

0 comments on commit 34256da

Please sign in to comment.