You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-06-16 03:40:33 +02:00
fix(web): show trash indicator (#12521)
This commit is contained in:
@ -395,6 +395,7 @@ export type AssetBulkUploadCheckResult = {
|
||||
action: Action;
|
||||
assetId?: string;
|
||||
id: string;
|
||||
isTrashed?: boolean;
|
||||
reason?: Reason;
|
||||
};
|
||||
export type AssetBulkUploadCheckResponseDto = {
|
||||
|
Reference in New Issue
Block a user