Tidy, move recent documents to query scope
This commit is contained in:
@ -18,7 +18,7 @@ class DocumentViewersStore {
|
||||
this.isFetching = true;
|
||||
|
||||
try {
|
||||
const res = await client.get(
|
||||
const res = await client.post(
|
||||
'/views.list',
|
||||
{
|
||||
id: this.documentId,
|
||||
|
Reference in New Issue
Block a user