mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-21 22:13:31 -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 {
|
||||
console.warn("Initializing fields with initial query filter");
|
||||
await initializeFields();
|
||||
}
|
||||
catch (error) {
|
||||
initFieldsError(`Error initializing fields: ${(error || "").toString()}`);
|
||||
}
|
||||
})();
|
||||
});
|
||||
|
||||
function buildQueryFilterJSON(): QueryFilterJSON {
|
||||
const parts = fields.value.map((field) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue