Skip to content

Commit

Permalink
Fixed issue LA-37: Set the timeout for notifications to 10s (#3715)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohabmes committed Jan 30, 2024
1 parent 1c37494 commit 727b63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/packages/usermanagement/js/usermanagement.js
Expand Up @@ -124,7 +124,7 @@ var UserManagement = function () {
LS.LsGlobalNotifier.createAlert(
request.responseJSON.message,
'danger',
{showCloseButton: true}
{showCloseButton: true, timeout: 10000}
)
).removeClass('d-none');
} else {
Expand Down

0 comments on commit 727b63e

Please sign in to comment.