Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change value in hover
  • Loading branch information
daros10 committed Mar 18, 2020
commit d097ab15c8483c7ddcb80386fbd4fe39d9d06cf5
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class TimeClockComponent implements OnInit {
}

setShowFields(show: boolean) {
this.isClockIn = !this.isClockIn;
this.isClockIn = false;
this.showFields = show;
}

Expand Down