Skip to content

Commit 96c2e6c

Browse files
committed
Remove extraneous call to loadRecord
1 parent 1dc80fe commit 96c2e6c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web/src/views/SubmissionPortal/Components/SubmissionList.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { DataTableHeader } from 'vuetify';
66
import { useRouter } from '@/use/useRouter';
77
import usePaginatedResults from '@/use/usePaginatedResults';
88
import {
9-
loadRecord, generateRecord, submissionStatus,
9+
generateRecord, submissionStatus,
1010
} from '../store';
1111
import * as api from '../store/api';
1212
import { HARMONIZER_TEMPLATES } from '../harmonizerApi';
@@ -71,7 +71,6 @@ export default defineComponent({
7171
}
7272
7373
async function resume(item: api.MetadataSubmissionRecord) {
74-
await loadRecord(item.id);
7574
router?.push({ name: 'Submission Context', params: { id: item.id } });
7675
}
7776

0 commit comments

Comments
 (0)