Update console link
This commit is contained in:
parent
2ceb7cf706
commit
846f5dcc7f
|
|
@ -25,7 +25,7 @@ export default function (uri, networkErrorCallback) {
|
||||||
console.log('operation', operation);
|
console.log('operation', operation);
|
||||||
|
|
||||||
return forward(operation).map(data => {
|
return forward(operation).map(data => {
|
||||||
console.log('data', data);
|
console.log(`returned from server for ${operation.operationName}`, data);
|
||||||
return data;
|
return data;
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ import {
|
||||||
SNAPSHOT_LIST,
|
SNAPSHOT_LIST,
|
||||||
SUBMISSIONS_PAGE,
|
SUBMISSIONS_PAGE,
|
||||||
VISIBILITY_PAGE,
|
VISIBILITY_PAGE,
|
||||||
CREATE_CONTENT_BLOCK_PAGE, CREATE_CONTENT_BLOCK_AFTER_PAGE, CREATE_CONTENT_BLOCK_UNDER_PARENT_PAGE,
|
CREATE_CONTENT_BLOCK_AFTER_PAGE, CREATE_CONTENT_BLOCK_UNDER_PARENT_PAGE,
|
||||||
} from '@/router/module.names';
|
} from '@/router/module.names';
|
||||||
import {LAYOUT_SIMPLE} from '@/router/core.constants';
|
import {LAYOUT_SIMPLE} from '@/router/core.constants';
|
||||||
import createContentBlock from '@/pages/createContentBlock';
|
import createContentBlock from '@/pages/createContentBlock';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue