Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
BBesrour committed Dec 11, 2024
1 parent b8c9850 commit 485e97c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import { faCircleNotch } from '@fortawesome/free-solid-svg-icons';
export class ResultProgressBarComponent implements OnDestroy {
estimatedRemaining = input<number>(0);
estimatedDuration = input<number>(0);
isBuilding = input<boolean>();
isQueued = input<boolean>();
isBuilding = input.required<boolean>();
isQueued = input.required<boolean>();
showBorder = input<boolean>(false);

isQueueProgressBarAnimated: boolean;
Expand Down

0 comments on commit 485e97c

Please sign in to comment.