Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
priscilawebdev committed Jan 2, 2025
1 parent 7d54fb5 commit e32c3aa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ function getReleasesSortBy(
}

// We could give a visual feedback to the user, saying that the sort by is invalid but
// since this UI will be refactored, maybe we just don't do anything now
// since this UI will be refactored, maybe we just don't do anything now.
// This is the same fallback as the one used in useReleases. Please keep it in sync.
return ReleasesSortOption.DATE;
}

Expand Down

0 comments on commit e32c3aa

Please sign in to comment.