This commit is contained in:
parent
ce6969867a
commit
271a5b76ca
@ -14,8 +14,8 @@ async function loadChoices() {
|
||||
value: row.value.toString() // converte para string se necessário
|
||||
})),
|
||||
|
||||
console.error("Falha ao carregar escolhas:", rows);
|
||||
return [];
|
||||
console.error("rows na database:", rows);
|
||||
|
||||
} catch (err) {
|
||||
console.error("Erro ao carregar escolhas:", err);
|
||||
return [];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user