From 9ef9952ce404b24d02fedf741a128e7c33704af7 Mon Sep 17 00:00:00 2001 From: SeriousHorncat Date: Mon, 23 Oct 2023 16:23:00 -0500 Subject: [PATCH] weeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee --- frontend/src/views/AnalysisView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/AnalysisView.vue b/frontend/src/views/AnalysisView.vue index 7c9a509f..68fe3905 100644 --- a/frontend/src/views/AnalysisView.vue +++ b/frontend/src/views/AnalysisView.vue @@ -569,7 +569,7 @@ export default { attachment.attachment_id, ); } else if ( 'link' === attachment.type ) { - updatedAnalysisSectionField = await Analyses.removeSectionSupportingEvidenceLink( + await Analyses.removeSectionSupportingEvidenceLink( this.analysis_name, section, field, @@ -591,7 +591,7 @@ export default { return row.field == field; }); - fieldToUpdate.value = [] + fieldToUpdate.value = []; updatedSection.content.splice(updatedFieldIndex, 1, fieldToUpdate); this.replaceAnalysisSection(updatedSection);