From 9f2df811c9ddc08113a6c0c6389078bc72d57b96 Mon Sep 17 00:00:00 2001 From: Aditya Kumar Date: Wed, 13 Mar 2024 11:52:28 +0530 Subject: [PATCH] Added Material UI 4 import rule to plugins/bazaar Signed-off-by: Aditya Kumar --- plugins/bazaar/src/components/DateSelector/DateSelector.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/bazaar/src/components/DateSelector/DateSelector.tsx b/plugins/bazaar/src/components/DateSelector/DateSelector.tsx index 34666fdc74..0fbafe30e5 100644 --- a/plugins/bazaar/src/components/DateSelector/DateSelector.tsx +++ b/plugins/bazaar/src/components/DateSelector/DateSelector.tsx @@ -18,7 +18,7 @@ import React from 'react'; import FormControl from '@material-ui/core/FormControl'; import { Controller, Control, UseFormSetValue } from 'react-hook-form'; import { FormValues } from '../../types'; -import KeyboardDatePicker from '@material-ui/pickers/KeyboardDatePicker'; +import { KeyboardDatePicker } from '@material-ui/pickers/DatePicker'; import MuiPickersUtilsProvider from '@material-ui/pickers/MuiPickersUtilsProvider'; import LuxonUtils from '@date-io/luxon'; import IconButton from '@material-ui/core/IconButton';