update siddhesh

This commit is contained in:
2024-11-05 17:56:39 +05:30
parent 8428b3495e
commit 2edae877c0
2 changed files with 7 additions and 2 deletions

View File

@@ -24,11 +24,10 @@ const AmountCard = () => {
const { colorMode} = useColorMode();
const [ kpDetails, setKpDetails ] = useState(null)
const {
data,
isLoading,
} = useGetKPIDetailsQuery()
useEffect(() => {

View File

@@ -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"} />