Skip to content

Commit

Permalink
fix: Code Review
Browse files Browse the repository at this point in the history
  • Loading branch information
Nattfarinn committed Feb 14, 2020
1 parent 2601696 commit b80502f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
})
.catch(eZ.helpers.notification.showErrorNotification);
};
const generateLink = (contentId, locationId) => Routing.generate('_ez_content_view', { contentId, locationId });
const generateLink = (locationId, contentId) => Routing.generate('_ez_content_view', { contentId, locationId });
const setModalTableTitle = (title) => {
const modalTableTitleNode = doc.querySelector(`${SELECTOR_MODAL_BULK_ACTION_FAIL} .ez-table-header__headline`);

Expand Down

0 comments on commit b80502f

Please # to comment.