From c0499d40ea30a4bcfc3247adf1809c9422a6a533 Mon Sep 17 00:00:00 2001 From: charlesgauthereau Date: Sun, 18 Jan 2026 14:14:49 +0100 Subject: [PATCH] fix: restoration columns.tsx is not backup storage linked, legacy --- src/features/dashboard/restore/columns.tsx | 26 +++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/features/dashboard/restore/columns.tsx b/src/features/dashboard/restore/columns.tsx index 3afc9eaf..7256b00f 100644 --- a/src/features/dashboard/restore/columns.tsx +++ b/src/features/dashboard/restore/columns.tsx @@ -116,18 +116,19 @@ export function restoreColumns( Actions - - { - await handleRerunRestore(); - }} - > - Rerun - - - - + {rowData.backupStorageId && ( + + { + await handleRerunRestore(); + }} + > + Rerun + + + )} + )} - ); }, },