Skip to content

Commit

Permalink
Fix sort direction visible on non-sortable column in profiler tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreyu committed Nov 13, 2024
1 parent 8645971 commit 69d7898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/views/data_collector/template.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@
<span class="label">Sortable</span>
</div>

{% if column.resolved_options.seek('sort') %}
{% if column.resolved_options.sort %}
<div class="metric">
<span class="value value-is-icon{{ not column.sort_direction|default(null) ? ' value-shows-no-color' }}">{{ _self.render_boolean(column.sort_direction|default(null)) }}</span>
<span class="label">Sorted</span>
Expand Down

0 comments on commit 69d7898

Please sign in to comment.