File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
web/server/vue-cli/src/components/Run Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 3434 <router-link
3535 :to =" { name: 'reports',
3636 query: {
37- ...defaultReportFilterValues,
3837 run: history.runName,
3938 'run-tag': history.id
4039 }
139138
140139<script >
141140import { format , parse } from " date-fns" ;
142- import { defaultReportFilterValues } from " @/components/Report/ReportFilter" ;
143141import AnalysisInfoBtn from " ./AnalysisInfoBtn" ;
144142import AnalyzerStatisticsBtn from " ./AnalyzerStatisticsBtn" ;
145143import 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 () {
You can’t perform that action at this time.
0 commit comments