mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
style: toast ao add product na comanda
This commit is contained in:
@@ -396,6 +396,7 @@ async function addProductComanda(productId, comandaId, cuisine) {
|
||||
|
||||
const result = await response.text();
|
||||
console.log(response);
|
||||
showToast('Produto adicionado com sucesso!', 'success');
|
||||
|
||||
// Atualiza a lista de produtos
|
||||
const listElement = document.getElementById("list-products-comanda");
|
||||
|
||||
Reference in New Issue
Block a user