diff --git a/fission/src/components/NumberInput.tsx b/fission/src/components/NumberInput.tsx index cfa2c342fa..e98bed2991 100644 --- a/fission/src/components/NumberInput.tsx +++ b/fission/src/components/NumberInput.tsx @@ -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"