1
0

Revert "Use backup physical_id for progress updates matching" (#5060)

* Revert "Use backup physical_id for progress updates matching"

This reverts commit de2f6275b97376fb92497399eba848ae1ace7b01.

* Fix page crash on backups page reload
This commit is contained in:
François-Xavier Talbot
2026-01-07 17:28:57 -05:00
committed by GitHub
parent 3fd6ce1b6d
commit 14d227a1a3
6 changed files with 17 additions and 23 deletions

View File

@@ -2,7 +2,6 @@ import type { WSBackupState, WSBackupTask } from './websocket'
export interface Backup {
id: string
physical_id?: string
name: string
created_at: string
automated: boolean