mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
refactor:alteração modal de add product na comanda
This commit is contained in:
@@ -178,7 +178,6 @@ function openFullscreen() {
|
||||
|
||||
|
||||
function feedback(message, icon, subMessage) {
|
||||
console.log(subMessage)
|
||||
var feedbackMsg = Swal.fire({
|
||||
color: 'white',
|
||||
title: message,
|
||||
@@ -189,5 +188,6 @@ function openFullscreen() {
|
||||
background: 'rgb(23, 38, 54)',
|
||||
confirmButtonColor: 'linear-gradient(145deg, #1E2A3B, #2C3E50)',
|
||||
});
|
||||
return feedbackMsg;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user