fix: empty and restore over 1,000 items (#12751)
This commit is contained in:
@@ -27,6 +27,7 @@ type EmitEventMap = {
|
||||
|
||||
// asset bulk events
|
||||
'assets.trash': [{ assetIds: string[]; userId: string }];
|
||||
'assets.delete': [{ assetIds: string[]; userId: string }];
|
||||
'assets.restore': [{ assetIds: string[]; userId: string }];
|
||||
|
||||
// session events
|
||||
|
||||
Reference in New Issue
Block a user