mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 23:59:45 +02:00
fix build errors
This commit is contained in:
parent
c1ba8dcd86
commit
60275447f0
6 changed files with 6 additions and 6 deletions
|
@ -11,6 +11,7 @@ const backups = ref<AllBackups>({
|
|||
|
||||
function setBackups(newBackups: AllBackups | null) {
|
||||
if (newBackups) {
|
||||
// @ts-ignore
|
||||
set(backups, newBackups);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue