Skip to content

Commit

Permalink
feat: allow retry for transfer task (close alist-org/alist#5354)
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Nov 24, 2023
1 parent 80595bf commit e254e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/manage/tasks/offline_download.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const OfflineDownload = () => {
return (
<VStack w="$full" alignItems="start" spacing="$4">
<TypeTasks type="offline_download" canRetry />
<TypeTasks type="offline_download_transfer" />
<TypeTasks type="offline_download_transfer" canRetry />
</VStack>
)
}
Expand Down

0 comments on commit e254e33

Please sign in to comment.