mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-17 01:12:28 -05:00
fix build errors
This commit is contained in:
@@ -11,6 +11,7 @@ const backups = ref<AllBackups>({
|
||||
|
||||
function setBackups(newBackups: AllBackups | null) {
|
||||
if (newBackups) {
|
||||
// @ts-ignore
|
||||
set(backups, newBackups);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user