Skip to content

Commit 4c81d3b

Browse files
committed
Fixed error with path
1 parent 647f060 commit 4c81d3b

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/components/sdcCollection/sdcDistrictCollection/stepThreeVerifyData

1 file changed

+1
-1
lines changed

frontend/src/components/sdcCollection/sdcDistrictCollection/stepThreeVerifyData/DetailComponent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<script>
128128
import alertMixin from '../../../../mixins/alertMixin';
129129
import CustomTable from '../../../common/CustomTable.vue';
130-
import {downloadStudentOnlyReportURL,downloadStudentErrorsReportURL} from '../../../utils/common';
130+
import {downloadStudentOnlyReportURL,downloadStudentErrorsReportURL} from '../../../../utils/common';
131131
import ApiService from '../../../../common/apiService';
132132
import {ApiRoutes} from '../../../../utils/constants';
133133
import {cloneDeep, isEmpty, omitBy} from 'lodash';

0 commit comments

Comments
 (0)