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
|
value: row.value.toString() // converte para string se necessário
|
||||||
})),
|
})),
|
||||||
|
|
||||||
console.error("Falha ao carregar escolhas:", rows);
|
console.error("rows na database:", rows);
|
||||||
return [];
|
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.error("Erro ao carregar escolhas:", err);
|
console.error("Erro ao carregar escolhas:", err);
|
||||||
return [];
|
return [];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user