Improved SweetAlert window size

This commit is contained in:
2019-07-15 12:45:54 -05:00
parent b7776bf060
commit 42269c22b4
7 changed files with 1491 additions and 16 deletions

View File

@@ -9,6 +9,7 @@ const processor = (obj, enteryName = '',
swal(message, {
content: inputTag,
buttons: true,
customClass: 'swal-modal',
}).then((value) => {
if (value) {
enteryName = inputTag.value.replace(/ /g, "_");