File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments