Skip to content

Commit 31bf129

Browse files
committed
clean field technology
1 parent 5a6e41e commit 31bf129

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app/components/options-sidebar/time-clock/time-clock.component.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export class TimeClockComponent implements OnInit {
2828
minute: number;
2929
seconds: number;
3030
interval;
31+
dataTechnology: string;
3132

3233
constructor() {
3334
this.isClockIn = true;
@@ -52,6 +53,7 @@ export class TimeClockComponent implements OnInit {
5253
this.isClockIn = false;
5354
this.showAlertEnterTecnology = true;
5455
} else {
56+
this.dataTechnology = '';
5557
this.isClockIn = true;
5658
this.isEnterTechnology = false;
5759
this.showAlertEnterTecnology = false;
@@ -61,6 +63,7 @@ export class TimeClockComponent implements OnInit {
6163
}
6264

6365
enterTechnology(data: string) {
66+
this.dataTechnology = data;
6467
if ( data.length > 0 ) {
6568
this.isEnterTechnology = true;
6669
} else {

0 commit comments

Comments
 (0)