mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix(web): prevent duplicate time bucket loads (#8091)
This commit is contained in:
parent
ec9a6bca14
commit
048d437b0b
3 changed files with 53 additions and 20 deletions
|
|
@ -27,7 +27,7 @@ interface UploadRequestOptions {
|
|||
onUploadProgress?: (event: ProgressEvent<XMLHttpRequestEventTarget>) => void;
|
||||
}
|
||||
|
||||
class AbortError extends Error {
|
||||
export class AbortError extends Error {
|
||||
name = 'AbortError';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue