update siddhesh
This commit is contained in:
@@ -24,11 +24,10 @@ const AmountCard = () => {
|
||||
const { colorMode} = useColorMode();
|
||||
const [ kpDetails, setKpDetails ] = useState(null)
|
||||
|
||||
|
||||
|
||||
const {
|
||||
data,
|
||||
isLoading,
|
||||
|
||||
} = useGetKPIDetailsQuery()
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
@@ -239,6 +239,12 @@ const toast = useToast()
|
||||
border={`1px solid ${
|
||||
colorMode === "light" ? "#230A79" : "#565252"
|
||||
}`}
|
||||
|
||||
pointerEvents={!searchTerm?'none':"auto"}
|
||||
|
||||
_hover={{
|
||||
cursor:!searchTerm?'not-allowed':"pointer"
|
||||
}}
|
||||
>
|
||||
{/* <IoSearch fontSize={"20px"} /> */}
|
||||
<BiSearchAlt fontSize={"20px"} />
|
||||
|
||||
Reference in New Issue
Block a user