Skip to content

Commit

Permalink
clean posibleTuples if switch selection type
Browse files Browse the repository at this point in the history
  • Loading branch information
juanNH committed Oct 15, 2024
1 parent 98696b3 commit f1ae78c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ export class ClinicalSourcePopup extends React.Component<PopupClinicalSourceProp
clinicalSource.CGDSStudy = null
cleanRef(clinicalSource.newUploadedFileRef)
const survivalColumns = []

this.setState({ clinicalSource, survivalColumns }, this.updateSourceFilenames)
const survivalTuplesPossiblesValues = []
this.setState({ clinicalSource, survivalColumns, survivalTuplesPossiblesValues }, this.updateSourceFilenames)
}

/**
Expand Down

0 comments on commit f1ae78c

Please sign in to comment.