Skip to content

Commit

Permalink
Merge pull request RocketChat#84 from WideChat/karan_fix_directory
Browse files Browse the repository at this point in the history
Fix directory createdAt
  • Loading branch information
ear-dev authored Oct 22, 2019
2 parents afc5f55 + 99e6552 commit 5518ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui/client/views/app/directory.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<div class="table-fake-th"><span>{{_ "Domain"}}</span> {{> icon icon=(sortIcon 'origin') }}</div>
</th>
{{/if}}
{{#if $eq searchWorkspace 'internal'}}
{{#if $eq searchWorkspace 'local'}}
<th class="table-column-date js-sort {{#if searchSortBy 'createdAt'}}is-sorting{{/if}}" data-sort="createdAt">
<div class="table-fake-th"><span>{{_ "Created_at"}}</span> {{> icon icon=(sortIcon 'createdAt') }}</div>
</th>
Expand Down

0 comments on commit 5518ae2

Please sign in to comment.