Skip to content

Commit

Permalink
Merge pull request #2896 from csordasmarton/expandable_reports_in_non…
Browse files Browse the repository at this point in the history
…_unique_mode

[gui] Always show down arrow, that will show the other bugs with the same hash
  • Loading branch information
Gyorgy Orban authored Aug 24, 2020
2 parents a234922 + ec0934c commit 6e62d20
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions web/server/vue-cli/src/views/Reports.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
:footer-props="footerProps"
:must-sort="true"
:expanded.sync="expanded"
:show-expand="showExpanded"
show-expand
:mobile-breakpoint="1100"
item-key="$id"
@item-expanded="itemExpanded"
Expand Down Expand Up @@ -291,10 +291,6 @@ export default {
cmpData: "getCmpData"
}),
showExpanded() {
return this.reportFilter.isUnique;
},
tableHeaders() {
if (!this.headers) return;
Expand Down

0 comments on commit 6e62d20

Please sign in to comment.