prettier
This commit is contained in:
parent
4e9a784567
commit
89e4c00f66
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user