We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5658abd commit 1d8b0f2Copy full SHA for 1d8b0f2
client/modules/IDE/actions/collections.js
@@ -58,7 +58,6 @@ export function createCollection(collection) {
58
browserHistory.push(location);
59
})
60
.catch((error) => {
61
- // console.error('Error creating collection', response.data);
62
dispatch({
63
type: ActionTypes.ERROR,
64
error: error?.response?.data
0 commit comments