diff --git a/src/Pages/BookingScreen/Components/BSBillingTables/BSImeiDetails/BSImeiDetails.jsx b/src/Pages/BookingScreen/Components/BSBillingTables/BSImeiDetails/BSImeiDetails.jsx index 1f74dc1..5a34d43 100644 --- a/src/Pages/BookingScreen/Components/BSBillingTables/BSImeiDetails/BSImeiDetails.jsx +++ b/src/Pages/BookingScreen/Components/BSBillingTables/BSImeiDetails/BSImeiDetails.jsx @@ -15,6 +15,7 @@ import { import { useDispatch, useSelector } from 'react-redux'; import { validateSafeInput } from '../../../../../Services/Others'; import { TextAreaInput } from '../../../../../../ownLib/my-ui-lib'; +import "../../../../../Styles/BookingScreen/Components/BSBillingTables/BSBillingEditQuantity/BSBillingEditQuantity.scss" const BSImeiDetails = (props) => { const formRef = useRef(null); const dispatch = useDispatch(); @@ -70,7 +71,7 @@ const BSImeiDetails = (props) => { } else { setSerialNumberList([...SerialNumberList, e]); } - } + } else { setMessageType('error'); setMessageData('Already Selected '); @@ -89,7 +90,7 @@ const BSImeiDetails = (props) => { } } else { setMessageType('error'); - setMessageData('you cant enter more than Order Qty'); + setMessageData('you cant enter more than Order Qty'); } formRef.current?.resetFields(); @@ -184,7 +185,7 @@ const BSImeiDetails = (props) => { - + } open={DeviceDetailOpen} @@ -385,6 +386,10 @@ const BSImeiDetails = (props) => {
Description..} defaultValue=""