Skip to content

Commit

Permalink
fix: missing fromBackup parameter when bulk restore latest backup
Browse files Browse the repository at this point in the history
Signed-off-by: andy.lee <andy.lee@suse.com>
(cherry picked from commit f580a92)
  • Loading branch information
a110605 committed Dec 25, 2024
1 parent 2541205 commit 29f16e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/backup/BulkRestoreBackupModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const modal = ({
accessMode: i.accessMode || null,
latestBackup: i.backupName,
backingImage: i.backingImage,
fromBackup: i.fromBackup,
encrypted: false,
restoreVolumeRecurringJob: 'ignored',
nodeSelector: i.nodeSelector || [],
Expand Down

0 comments on commit 29f16e9

Please sign in to comment.