mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
fix llm garbage
This commit is contained in:
parent
4b1b6dbcb6
commit
e44395d74a
2 changed files with 1 additions and 3 deletions
|
@ -103,7 +103,7 @@ export const useAdminHouseholds = function () {
|
|||
return {
|
||||
households,
|
||||
useHouseholdsInGroup,
|
||||
getAllGroups: getAllHouseholds,
|
||||
getAllHouseholds,
|
||||
refreshAllHouseholds,
|
||||
deleteHousehold,
|
||||
createHousehold,
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
<template>
|
||||
<v-container fluid>
|
||||
{{ groups?.length }}
|
||||
|
||||
<BaseDialog
|
||||
v-model="createDialog"
|
||||
:title="$t('household.create-household')"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue