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);
|
||||
|
||||
return forward(operation).map(data => {
|
||||
console.log('data', data);
|
||||
console.log(`returned from server for ${operation.operationName}`, data);
|
||||
return data;
|
||||
});
|
||||
});
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import {
|
|||
SNAPSHOT_LIST,
|
||||
SUBMISSIONS_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';
|
||||
import {LAYOUT_SIMPLE} from '@/router/core.constants';
|
||||
import createContentBlock from '@/pages/createContentBlock';
|
||||
|
|
|
|||
Loading…
Reference in New Issue