Skip to content

Commit

Permalink
fix new linter issue with unused eslint-disable directive
Browse files Browse the repository at this point in the history
  • Loading branch information
PepperLola committed Jun 19, 2024
1 parent 661e647 commit 401c0c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fission/src/components/NumberInput.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import React from "react"
import Label, { LabelSize } from "./Label"
import { Unstable_NumberInput as BaseNumberInput, } from "@mui/base/Unstable_NumberInput"
Expand Down

0 comments on commit 401c0c9

Please sign in to comment.