Skip to content

Commit d11ed16

Browse files
dispatch delCollection instead of deleteCollection
1 parent 2c887c5 commit d11ed16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/IDE/actions/collections.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export function deleteCollection(collectionId) {
146146
return apiClient
147147
.delete(url)
148148
.then((response) => {
149-
dispatch(deleteCollection(response.data, collectionId));
149+
dispatch(delCollection(response.data, collectionId));
150150
return response.data;
151151
})
152152
.catch((error) => {

0 commit comments

Comments
 (0)