Skip to content

Commit

Permalink
deleted button export for auth false
Browse files Browse the repository at this point in the history
  • Loading branch information
leopoldch committed Mar 15, 2024
1 parent e1a63bb commit 8f464f7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/TableData.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ const handleDeselectButton = () => {
</Form>
</Modal.Content>
</Modal>

<div className={"wrapper-export"}>
<div className={"wrapper-options-tabledata"} >
<Search
Expand Down Expand Up @@ -573,7 +573,12 @@ const handleDeselectButton = () => {
<ModalAdd submission={handleSubmission} />
</div>:null}
</div>
{
isAuthenticated?
<>
<Button content='Export' onClick={exportToExcel} />
</>:null
}
</div>


Expand Down

0 comments on commit 8f464f7

Please sign in to comment.