Skip to content

Commit

Permalink
weeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
Browse files Browse the repository at this point in the history
  • Loading branch information
SeriousHorncat committed Oct 23, 2023
1 parent 872e8b9 commit 9ef9952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/views/AnalysisView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -591,7 +591,7 @@ export default {
return row.field == field;
});
fieldToUpdate.value = []
fieldToUpdate.value = [];
updatedSection.content.splice(updatedFieldIndex, 1, fieldToUpdate);
this.replaceAnalysisSection(updatedSection);
Expand Down

0 comments on commit 9ef9952

Please sign in to comment.