Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
shashankbrgowda committed Oct 25, 2023
1 parent 09d3d2d commit 06b6f73
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/jbrowse-plugin-apollo/src/components/AddFeature.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export function AddFeature({
const [phaseAsNumber, setPhaseAsNumber] = useState<PhaseEnum>()
const [showPhase, setShowPhase] = useState<boolean>(false)
const [errorMessage, setErrorMessage] = useState('')
const [typeWarningText] = useState('')

async function onSubmit(event: React.FormEvent<HTMLFormElement>) {
event.preventDefault()
Expand Down Expand Up @@ -197,8 +196,6 @@ export function AddFeature({
label="Type"
variant="outlined"
fullWidth
error={Boolean(typeWarningText)}
helperText={typeWarningText}
/>
)}
onChange={(oldValue, newValue) => {
Expand Down

0 comments on commit 06b6f73

Please sign in to comment.