This commit is contained in:
Bxio 2025-04-04 20:55:40 +01:00
parent 271a5b76ca
commit 3d36be2118

View File

@ -25,7 +25,7 @@ async function loadChoices() {
// Carrega as escolhas antes de definir o comando
let dynamicChoices = [];
loadChoices().then(choices => {
dynamicChoices = choices;
dynamicChoices = rows;
console.log("Escolhas carregadas:", dynamicChoices);
}).catch(err => {
console.error("Falha ao carregar escolhas:", err);