Commit 33f9562b authored by baiyaaaaa's avatar baiyaaaaa Committed by GitHub

Merge pull request #2472 from Leopoldthecoder/messagebox-class

MessageBox: add default customClass, fixed #2438
parents 9c6e8e1c 90893a95
......@@ -21,6 +21,7 @@ const defaults = {
cancelButtonText: '',
confirmButtonClass: '',
cancelButtonClass: '',
customClass: '',
beforeClose: null
};
......
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