Skip to content

Commit

Permalink
Update global message
Browse files Browse the repository at this point in the history
  • Loading branch information
riccio82 committed Feb 3, 2025
1 parent 946604a commit c60b228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/cat_source/ui.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ window.UI = {
var notification = {
title: elem.title ? elem.title : 'Notice',
text: this.msg,
type: 'warning',
type: elem.level ? elem.level : 'warning',
autoDismiss: false,
position: 'bl',
allowHtml: true,
Expand Down

0 comments on commit c60b228

Please sign in to comment.