fix(web): show trash indicator (#12521)
This commit is contained in:
@@ -10,6 +10,7 @@ export type UploadAsset = {
|
||||
id: string;
|
||||
file: File;
|
||||
assetId?: string;
|
||||
isTrashed?: boolean;
|
||||
albumId?: string;
|
||||
progress?: number;
|
||||
state?: UploadState;
|
||||
|
||||
Reference in New Issue
Block a user