We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 284750d commit 685706dCopy full SHA for 685706d
packages/ra-ui-materialui/src/input/InPlaceEditor/InPlaceEditor.tsx
@@ -17,7 +17,6 @@ import CloseIcon from '@mui/icons-material/Close';
17
18
import { TextInput } from '../TextInput';
19
import { TextField } from '../../field';
20
-import { bgcolor } from '@mui/system';
21
22
export type InPlaceEditorAction =
23
| { type: 'edit' }
0 commit comments