export button fix

This commit is contained in:
2024-10-18 15:08:38 +05:30
parent a1b9f1c507
commit 6216367d21
4 changed files with 6 additions and 0 deletions

View File

@@ -324,6 +324,8 @@ const IOCashDetails = () => {
variant={"outline"}
rounded={"sm"}
fontSize={"xs"}
isDisabled={ioCashExporteDetails?.length === 0}
>
Export xls
</Button>

View File

@@ -236,6 +236,7 @@ const IONAVDetails = () => {
variant={"outline"}
rounded={"sm"}
fontSize={"xs"}
isDisabled={ioNavExport?.length === 0}
>
Export xls
</Button>

View File

@@ -504,6 +504,7 @@ console.log(IODetails?.investors);
fontSize={"xs"}
w={100}
me={2}
isDisabled={exportInvestorDetails?.length === 0}
>
Export xls
</Button>

View File

@@ -377,6 +377,8 @@ const InvestorDetails = () => {
fontSize={"xs"}
w={100}
me={2}
isDisabled={exportInvestor?.length === 0}
>
Export xls
</Button>