🐛 Do not display deleted items in the shared with me section (#394)

This commit is contained in:
Anton Shepilov
2024-02-29 15:58:20 +01:00
committed by GitHub
parent 23d113c306
commit ac30657aea
4 changed files with 72 additions and 7 deletions
@@ -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",