Skip to content

Commit

Permalink
#1744 Alert observable rows are not clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Jan 12, 2021
1 parent cc9fc52 commit 7f0d116
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</tr>
</thead>
<tbody>
<tr ng-repeat="observable in $cmp.list.values" class="clickable">
<tr ng-repeat="observable in $cmp.list.values">
<td class="nowrap">
<observable-flags observable="observable" inline="true" on-filter="$cmp.addFilterValue(fieldName, value)"></observable-flags>
</td>
Expand Down

0 comments on commit 7f0d116

Please sign in to comment.