fix: upload q and drive size error (#220)
* refactor: usetransfers hook functions * refactor: bulk actions code style and readability * fix: use upload q inflight size for subsequent uploads * refactor: runUploadQueue execution
This commit is contained in:
@@ -49,7 +49,7 @@ export type TrackDownloadProps = {
|
||||
name: string
|
||||
size?: string
|
||||
expectedSize?: number
|
||||
driveName?: string
|
||||
driveName: string
|
||||
}
|
||||
|
||||
export interface DownloadProgress {
|
||||
|
||||
Reference in New Issue
Block a user