DocumentsStore WIP

This commit is contained in:
Tom Moor
2017-06-27 20:59:53 -07:00
parent f8a715dcef
commit 72fd39b494
8 changed files with 125 additions and 9 deletions

View File

@@ -22,7 +22,7 @@ class CollectionsStore {
/* Actions */
@action fetch = async (): Promise<*> => {
@action fetchAll = async (): Promise<*> => {
try {
const res = await this.client.post('/collections.list', {
id: this.teamId,