mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
revert loading change
This commit is contained in:
parent
0027099278
commit
b7b19b7bb5
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ const withList = (options) => {
|
|||
return {
|
||||
// see https://github.com/apollostack/apollo-client/blob/master/src/queries/store.ts#L28-L36
|
||||
// note: loading will propably change soon https://github.com/apollostack/apollo-client/issues/831
|
||||
loading,
|
||||
loading: networkStatus === 1,
|
||||
results,
|
||||
totalCount,
|
||||
refetch,
|
||||
|
|
Loading…
Add table
Reference in a new issue