fix(web): show trash indicator (#12521)
This commit is contained in:
@@ -7928,6 +7928,9 @@
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"isTrashed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reason": {
|
||||
"enum": [
|
||||
"duplicate",
|
||||
|
||||
@@ -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