🐛 Do not display deleted items in the shared with me section (#394)
This commit is contained in:
@@ -287,7 +287,7 @@ export default class UserApi {
|
||||
|
||||
async browseDocuments(
|
||||
id: string,
|
||||
payload: Record<string, any>
|
||||
payload: Record<string, any> = {}
|
||||
) {
|
||||
const response = await this.platform.app.inject({
|
||||
method: "POST",
|
||||
|
||||
Reference in New Issue
Block a user