This commit is contained in:
Jori Lallo 2017-07-17 22:24:19 -07:00
parent 4e9a784567
commit 89e4c00f66

View File

@ -27,7 +27,7 @@ class DocumentsStore {
@observable data: Map<string, Document> = new ObservableMap([]);
@observable isLoaded: boolean = false;
@observable isFetching: boolean = false;
errors: ErrorsStore;
cache: CacheStore;