diff --git a/app/stores/DocumentsStore.js b/app/stores/DocumentsStore.js index f0191904..6e280d5f 100644 --- a/app/stores/DocumentsStore.js +++ b/app/stores/DocumentsStore.js @@ -126,7 +126,7 @@ class DocumentsStore extends BaseStore { @action search = async ( query: string, - options: PaginationParams + options?: PaginationParams ): Promise => { const res = await client.get('/documents.search', { ...options,