Comentário do botão CSV EPORT
parent
aaf15a1847
commit
76bc672314
|
@ -667,7 +667,15 @@ const Report = () => {
|
|||
{reportOption === '1' &&
|
||||
|
||||
<div>
|
||||
<Button style={{display: "none"}}
|
||||
{/* <Button style={{ display: "none" }}
|
||||
variant="contained"
|
||||
color="primary"
|
||||
onClick={(e) => {
|
||||
handleCSVMessages()
|
||||
}}
|
||||
> */}
|
||||
|
||||
{/* <Button
|
||||
variant="contained"
|
||||
color="primary"
|
||||
onClick={(e) => {
|
||||
|
@ -675,7 +683,7 @@ const Report = () => {
|
|||
}}
|
||||
>
|
||||
{"CSV ALL"}
|
||||
</Button>
|
||||
</Button> */}
|
||||
|
||||
<div>
|
||||
<CSVLink
|
||||
|
|
Loading…
Reference in New Issue