From a0dacb24c5541593599d953368cc682fb26ae969 Mon Sep 17 00:00:00 2001 From: Wilfredo Perez Date: Thu, 15 Feb 2024 16:26:57 +0100 Subject: [PATCH] Fixing: mui#8703 --- .../components/panel/filterPanel/GridFilterInputSingleSelect.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/x-data-grid/src/components/panel/filterPanel/GridFilterInputSingleSelect.tsx b/packages/x-data-grid/src/components/panel/filterPanel/GridFilterInputSingleSelect.tsx index 028722fad7829..5ee0b5e7226a4 100644 --- a/packages/x-data-grid/src/components/panel/filterPanel/GridFilterInputSingleSelect.tsx +++ b/packages/x-data-grid/src/components/panel/filterPanel/GridFilterInputSingleSelect.tsx @@ -1,6 +1,5 @@ import * as React from 'react'; import PropTypes from 'prop-types'; -// import { InputLabelProps } from '@mui/material/InputLabel'; import { TextFieldProps } from '@mui/material/TextField'; import { SelectChangeEvent } from '@mui/material/Select'; import { unstable_useId as useId } from '@mui/utils';