Skip to content
Snippets Groups Projects
Unverified Commit d70c2f59 authored by Tom Robinson's avatar Tom Robinson
Browse files

Fix link to collections permissions

parent 072b8555
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ const mapDispatchToProps = ({
goBack,
goToQuestions: () => push(`/questions`),
editCollection: (id) => push(`/collections/${id}`),
editPermissions: (id) => push(`/collections/permissions?collection=${id}`),
editPermissions: (id) => push(`/collections/permissions?collectionId=${id}`),
loadCollections,
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment