Skip to content

Commit 2c4ef81

Browse files
restore wizard updates
1 parent 924d661 commit 2c4ef81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/tenant/backup/RestoreBackup.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const OffboardingWizard = () => {
4949
TenantFilter: tenantDomain,
5050
Name: `CIPP Restore ${tenantDomain}`,
5151
Command: { value: `New-CIPPRestore` },
52-
Parameters: { Type: 'Scheduled', ScheduledBackupValues: { ...values } },
52+
Parameters: { Type: 'Scheduled', RestoreValues: { ...values } },
5353
ScheduledTime: unixTime,
5454
PostExecution: {
5555
Webhook: values.webhook,

0 commit comments

Comments
 (0)