Commit 327aba7a by NGUYEN HOANG SON

update title alert

parent 6e93f382
...@@ -118,7 +118,7 @@ COMMON.showConfirm = function (messageCode, confirmCallback, options = {}) { ...@@ -118,7 +118,7 @@ COMMON.showConfirm = function (messageCode, confirmCallback, options = {}) {
*/ */
COMMON.showAlert = function (messageCode, options = {}) { COMMON.showAlert = function (messageCode, options = {}) {
const defaultParams = { const defaultParams = {
titleCode: 'alert', titleCode: 'error',
confirmNoCode: 'close' confirmNoCode: 'close'
} }
const params = Object.assign(options, defaultParams); const params = Object.assign(options, defaultParams);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment