mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
Ready for 1.1.2-rc.3
This commit is contained in:
@@ -43,7 +43,7 @@ export default async function RoutePage(props: PageParams<{}>) {
|
||||
where: inArray(drizzleDb.schemas.backup.databaseId, databaseIds),
|
||||
});
|
||||
|
||||
const availableBackups = backupsEvolution.map(backup => backup.deletedAt == null);
|
||||
const availableBackups = backupsEvolution.filter(backup => backup.deletedAt == null);
|
||||
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user