Skip to content

Commit

Permalink
feat: toggle the ReportModal Icon based on user permissions (apache#1…
Browse files Browse the repository at this point in the history
…5780)

* style: Rough draft of email report modal (apache#15666)

* clears errors when closing out of modal (apache#15623)

* fix: avoid fetching favorite status for anonymous user (apache#15590)

* avoid fetching favorite status for anonymous user

* add test + fix types

* fix lint errors

* Building ReportModal component

* Continued ReportModal creation

* Visual details updated

* CronError style

* Very basic testing added

Co-authored-by: AAfghahi <48933336+AAfghahi@users.noreply.github.com>
Co-authored-by: aspedrosa <aspedrosa@ua.pt>

* first draft

* added testing props

* cleaned up rebase

* changed name and type

Co-authored-by: Lyndsi Kay Williams <55605634+lyndsiWilliams@users.noreply.github.com>
Co-authored-by: aspedrosa <aspedrosa@ua.pt>
  • Loading branch information
3 people committed Jul 27, 2021
1 parent 967b814 commit 55814e8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -576,7 +576,7 @@ class Header extends React.PureComponent {
className="action-button"
onClick={this.showReportModal}
>
<Icon name="calendar" />
<Icons.Calendar />
</span>
</>
)}
Expand Down

0 comments on commit 55814e8

Please sign in to comment.