File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ const OffboardingWizard = () => {
37
37
isFetching : currentBackupsIsFetching ,
38
38
error : currentBackupsError ,
39
39
} = useGenericGetRequestQuery ( {
40
- path : `/api/ExecListBackup?TenantFilter=${ tenantDomain } ` ,
40
+ path : `/api/ExecListBackup?TenantFilter=${ tenantDomain } &Type=Scheduled ` ,
41
41
} )
42
42
43
43
const [ genericPostRequest , postResults ] = useLazyGenericPostRequestQuery ( )
@@ -98,7 +98,7 @@ const OffboardingWizard = () => {
98
98
label = { 'Backups for ' + tenantDomain }
99
99
values = { currentBackups ?. map ( ( backup ) => ( {
100
100
value : backup . RowKey ,
101
- name : `${ backup . BackupDate } ` ,
101
+ name : `${ backup . RowKey } ` ,
102
102
} ) ) }
103
103
placeholder = { ! currentBackupsIsFetching ? 'Select a backup' : 'Loading...' }
104
104
name = "User"
You can’t perform that action at this time.
0 commit comments