Fix avisos

This commit is contained in:
2023-08-16 19:19:48 +00:00
parent 6147315925
commit 8b580895b6
6 changed files with 112 additions and 17 deletions

View File

@@ -228,6 +228,7 @@ const store = reactive({
return true;
else if (store.filters.sin_registro)
return false;
return true;
}
}
});