Skip to content

Commit 34d3713

Browse files
authored
Merge pull request #4701 from gulyasgergely902/fix-run-history-link-6679
Remove default report filter values which only adds Detection status and Review status filters which does not required here.
2 parents 2925e78 + 4c304d0 commit 34d3713

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

web/server/vue-cli/src/components/Run/ExpandedRun.vue

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
<router-link
3535
:to="{ name: 'reports',
3636
query: {
37-
...defaultReportFilterValues,
3837
run: history.runName,
3938
'run-tag': history.id
4039
}
@@ -139,7 +138,6 @@
139138

140139
<script>
141140
import { format, parse } from "date-fns";
142-
import { defaultReportFilterValues } from "@/components/Report/ReportFilter";
143141
import AnalysisInfoBtn from "./AnalysisInfoBtn";
144142
import AnalyzerStatisticsBtn from "./AnalyzerStatisticsBtn";
145143
import ShowStatisticsBtn from "./ShowStatisticsBtn";
@@ -161,11 +159,6 @@ export default {
161159
selectedBaselineTags: { type: Array, required: true },
162160
selectedComparedToTags: { type: Array, required: true }
163161
},
164-
data() {
165-
return {
166-
defaultReportFilterValues
167-
};
168-
},
169162
computed: {
170163
baselineTags: {
171164
get() {

0 commit comments

Comments
 (0)