Skip to content

Commit

Permalink
Merge pull request #99 from bielerj/bugfix/creationDateTime-sort
Browse files Browse the repository at this point in the history
[BUGFIX] - fix creationDate sorting
  • Loading branch information
Sebobo authored Mar 21, 2024
2 parents f8ae38d + ee3a11b commit 45a5b9e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Resources/Private/JavaScript/components/RedirectList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ export class RedirectList extends React.Component<RedirectListProps, RedirectLis
<>
{this.renderColumnHeader('comment', 'Comment')}
{showHitCount && this.renderColumnHeader('hitCounter', 'Hits')}
{this.renderColumnHeader('creationDate', 'Created')}
{this.renderColumnHeader('creationDateTime', 'Created')}
{this.renderColumnHeader('creator', 'Creator')}
</>
)}
Expand Down
2 changes: 1 addition & 1 deletion Resources/Public/Assets/main.bundle.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Resources/Public/Assets/main.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Resources/Public/Assets/main.bundle.js.map

Large diffs are not rendered by default.

0 comments on commit 45a5b9e

Please sign in to comment.