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 + + + )} + )} - ); }, },