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 c2d43bf
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 static/app/views/insights/common/queries/useReleases.tsx.
return ReleasesSortOption.DATE;
}

Expand Down

0 comments on commit c2d43bf

Please sign in to comment.