We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e8fa1 commit f0c823dCopy full SHA for f0c823d
src/app/components/options-sidebar/time-clock/time-clock.component.html
@@ -42,10 +42,7 @@ <h6 class="text-left"><strong>Projects</strong></h6>
42
</form>
43
<p class="text-left"><i class="fas fa-folder"></i><strong> Top</strong></p>
44
<ul class="list-group">
45
-
46
<app-project-list-hover [projects]="projects" (showFields)="setShowFields($event)"></app-project-list-hover>
47
48
49
</ul>
50
<br>
51
<form *ngIf="!isClockIn || showFields ">
src/app/components/options-sidebar/time-clock/time-clock.component.ts
@@ -53,6 +53,7 @@ export class TimeClockComponent implements OnInit {
53
}
54
55
setShowFields(show: boolean) {
56
+ this.isClockIn = !this.isClockIn;
57
this.showFields = show;
58
59
0 commit comments