Skip to content

Commit

Permalink
[BUGFIX] - changed creation date time identifier in renderColumnHeade…
Browse files Browse the repository at this point in the history
…r from creationDate to creationDateTime in order to make sorting work
  • Loading branch information
bielerj committed Mar 19, 2024
1 parent 62d0d71 commit 3d4291a
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 3d4291a

Please sign in to comment.