Skip to content

Commit

Permalink
fix(frontend/analysis): temproarily hide comment filter
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Sep 13, 2024
1 parent b042465 commit 5b3a952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/app/analysis/index/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<t.task />
</fs.filter>
</fs.label>
<fs.label>
<fs.label class="hidden">
Comment
<fs.filter data-test-filter-comment>
{{#let (unique-id) as |id|}}
Expand Down
2 changes: 1 addition & 1 deletion frontend/app/components/filter-sidebar/label/template.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<label class="filter-sidebar-label">
<label class="filter-sidebar-label" ...attributes>
<div>{{yield}}</div>
</label>

0 comments on commit 5b3a952

Please sign in to comment.