export button fix
This commit is contained in:
@@ -324,6 +324,8 @@ const IOCashDetails = () => {
|
||||
variant={"outline"}
|
||||
rounded={"sm"}
|
||||
fontSize={"xs"}
|
||||
|
||||
isDisabled={ioCashExporteDetails?.length === 0}
|
||||
>
|
||||
Export xls
|
||||
</Button>
|
||||
|
||||
@@ -236,6 +236,7 @@ const IONAVDetails = () => {
|
||||
variant={"outline"}
|
||||
rounded={"sm"}
|
||||
fontSize={"xs"}
|
||||
isDisabled={ioNavExport?.length === 0}
|
||||
>
|
||||
Export xls
|
||||
</Button>
|
||||
|
||||
@@ -504,6 +504,7 @@ console.log(IODetails?.investors);
|
||||
fontSize={"xs"}
|
||||
w={100}
|
||||
me={2}
|
||||
isDisabled={exportInvestorDetails?.length === 0}
|
||||
>
|
||||
Export xls
|
||||
</Button>
|
||||
|
||||
@@ -377,6 +377,8 @@ const InvestorDetails = () => {
|
||||
fontSize={"xs"}
|
||||
w={100}
|
||||
me={2}
|
||||
|
||||
isDisabled={exportInvestor?.length === 0}
|
||||
>
|
||||
Export xls
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user