Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #502 from cisagov/fix/remove-cycle-download-and-se…
Browse files Browse the repository at this point in the history
…nd-buttons-disable

Remove disabled cycle buttons
  • Loading branch information
izzy64 authored Mar 13, 2023
2 parents ebd3cbe + 37fc935 commit e5ab258
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,6 @@
<th>{{ t | titlecase }}</th>
<td>
<button
[disabled]="
subscription.status == 'created' ||
(selectedCycle.active && t == 'cycle')
? true
: null
"
mat-raised-button
color="primary"
(click)="downloadReport(t); $event.preventDefault()"
Expand All @@ -116,12 +110,6 @@
</td>
<td>
<button
[disabled]="
subscription.status == 'created' ||
(selectedCycle.active && t == 'cycle')
? true
: null
"
mat-raised-button
color="accent"
(click)="sendReport(t); $event.preventDefault()"
Expand Down

0 comments on commit e5ab258

Please sign in to comment.