From 3b097b5af4491ef73be80b8071c3fed7f2aee7f0 Mon Sep 17 00:00:00 2001 From: Katie Stahl Date: Wed, 14 Aug 2024 09:12:54 -0400 Subject: [PATCH] removing number type from text field --- .../components/Utilities/GetCoordinates/GetCoordinates.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/client/src/components/Utilities/GetCoordinates/GetCoordinates.tsx b/client/src/components/Utilities/GetCoordinates/GetCoordinates.tsx index 14a22dee..385b1b95 100644 --- a/client/src/components/Utilities/GetCoordinates/GetCoordinates.tsx +++ b/client/src/components/Utilities/GetCoordinates/GetCoordinates.tsx @@ -11,7 +11,6 @@ import { Link, InputLabel, FormControl, - CircularProgress, } from "@material-ui/core"; import React, { useEffect, useState } from "react"; import { GeneAutocomplete } from "../../main/shared/GeneAutocomplete/GeneAutocomplete"; @@ -333,7 +332,6 @@ const GetCoordinates: React.FC = () => { {genomicCoordinateInfo} { helperText={start ? startText : ""} /> { { helperText={exonStart ? exonStartText : ""} /> { { helperText={exonEnd ? exonEndText : ""} />