This commit is contained in:
surendar.m@watermelon.us 2023-03-17 10:57:43 +05:30
parent fccd3b9c7c
commit 4ab2fb801a

View File

@ -52,10 +52,7 @@ export class DialogBoxComponent implements OnInit {
ngOnInit() {
let userrole = localStorage.getItem('user_role')
this.form = new FormGroup({
<<<<<<< HEAD
// admin_checked: new FormControl('', [Validators.required]),
=======
>>>>>>> 5e070331f6649997b43c7352c795079cb50571cf
// workingHrsJson: new FormControl('', [Validators.required]),
logo: new FormControl('', null),
busName: new FormControl('', [Validators.required, Validators.maxLength(20)]),