Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Pickering <[email protected]>
  • Loading branch information
alexvpickering committed Jan 24, 2024
1 parent abfd921 commit cba8045
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const LaunchPathwayAnalysisModal = (props) => {

const dispatch = useDispatch();

const [externalService, setExternalService] = useState(pathwayServices.PANTHERDB);
const [externalService, setExternalService] = useState(pathwayServices.ENRICHR);
const [useAllGenes, setUseAllGenes] = useState(true);
const [numGenes, setNumGenes] = useState(0);
const [gettingBackgroundGenes, setGettingBackgroundGenes] = useState(false);
Expand Down

0 comments on commit cba8045

Please sign in to comment.