Skip to content

Commit

Permalink
updates TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
josemigallas committed Sep 17, 2021
1 parent 8edaff5 commit 6377152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/src/Common/components/SelectWithModal.jsx
Expand Up @@ -62,7 +62,7 @@ const SelectWithModal = <T: Record>({

const shouldHaveModal = itemsCount > MAX_ITEMS

// TODO: needs to parameterize this probably
// TODO: Implement sorting by means of fetchItems, right now it's fixed
const sortBy = { index: 3, direction: SortByDirection.desc }

const handleOnFooterClick = () => {
Expand Down

0 comments on commit 6377152

Please sign in to comment.