We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 555184a + 4c81d3b commit 459421dCopy full SHA for 459421d
frontend/src/components/sdcCollection/sdcDistrictCollection/stepThreeVerifyData/DetailComponent.vue
@@ -127,7 +127,7 @@
127
<script>
128
import alertMixin from '../../../../mixins/alertMixin';
129
import CustomTable from '../../../common/CustomTable.vue';
130
-import {downloadStudentOnlyReportURL,downloadStudentErrorsReportURL} from '../../../utils/common';
+import {downloadStudentOnlyReportURL,downloadStudentErrorsReportURL} from '../../../../utils/common';
131
import ApiService from '../../../../common/apiService';
132
import {ApiRoutes} from '../../../../utils/constants';
133
import {cloneDeep, isEmpty, omitBy} from 'lodash';
0 commit comments