Skip to content

Commit

Permalink
Merge pull request #2430 from ProgrammeVitam/bug_13574_wrong_icon
Browse files Browse the repository at this point in the history
bug #13574 : Ingest error detail tab - wrong icon
  • Loading branch information
hazco75 authored Feb 3, 2025
2 parents 1f48de3 + 345f299 commit 95a12bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<div class="mat-tree-node ingest-error-tree-node">
<button mat-icon-button matTreeNodeToggle [attr.aria-label]="'Toggle ' + node.eventData.outMessg">
<i class="material-icons mat-icon-rtl-mirror">{{
ingestErrorsTreeControl.isExpanded(node) ? 'expand_less' : 'chevron_right'
ingestErrorsTreeControl.isExpanded(node) ? 'expand_more' : 'chevron_right'
}}</i>
</button>
<div class="top-right">
Expand Down

0 comments on commit 95a12bc

Please sign in to comment.