Skip to content

Commit

Permalink
Accessibility fix 8954122: removed action from operation name (#1167)
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrik authored Feb 27, 2021
1 parent 231c67d commit 3df35b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- ko if: operation -->
<div class="animation-fade-in">
<div class="operation-header">
<h2 class="operation-name" data-bind="click: $component.openConsole">
<h2 class="operation-name">
<span data-bind="text: operation().displayName"></span>
</h2>
<!-- ko if: $component.enableConsole -->
Expand Down

0 comments on commit 3df35b0

Please sign in to comment.