Update console link

This commit is contained in:
Ramon Wenger 2022-01-26 18:09:54 +01:00
parent 2ceb7cf706
commit 846f5dcc7f
2 changed files with 2 additions and 2 deletions

View File

@ -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;
});
});

View File

@ -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';