Skip to content

Commit f1ae78c

Browse files
committed
clean posibleTuples if switch selection type
1 parent 98696b3 commit f1ae78c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/frontend/static/frontend/src/components/pipeline/all-experiments-view/ClinicalSourcePopup.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ export class ClinicalSourcePopup extends React.Component<PopupClinicalSourceProp
138138
clinicalSource.CGDSStudy = null
139139
cleanRef(clinicalSource.newUploadedFileRef)
140140
const survivalColumns = []
141-
142-
this.setState({ clinicalSource, survivalColumns }, this.updateSourceFilenames)
141+
const survivalTuplesPossiblesValues = []
142+
this.setState({ clinicalSource, survivalColumns, survivalTuplesPossiblesValues }, this.updateSourceFilenames)
143143
}
144144

145145
/**

0 commit comments

Comments
 (0)