mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
lint
This commit is contained in:
parent
098a35f8de
commit
64e24e4a3a
1 changed files with 2 additions and 3 deletions
|
@ -553,15 +553,14 @@ async function initializeFields() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
(async () => {
|
onMounted(async () => {
|
||||||
try {
|
try {
|
||||||
console.warn("Initializing fields with initial query filter");
|
|
||||||
await initializeFields();
|
await initializeFields();
|
||||||
}
|
}
|
||||||
catch (error) {
|
catch (error) {
|
||||||
initFieldsError(`Error initializing fields: ${(error || "").toString()}`);
|
initFieldsError(`Error initializing fields: ${(error || "").toString()}`);
|
||||||
}
|
}
|
||||||
})();
|
});
|
||||||
|
|
||||||
function buildQueryFilterJSON(): QueryFilterJSON {
|
function buildQueryFilterJSON(): QueryFilterJSON {
|
||||||
const parts = fields.value.map((field) => {
|
const parts = fields.value.map((field) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue