merged
This commit is contained in:
parent
fccd3b9c7c
commit
4ab2fb801a
@ -52,10 +52,7 @@ export class DialogBoxComponent implements OnInit {
|
|||||||
ngOnInit() {
|
ngOnInit() {
|
||||||
let userrole = localStorage.getItem('user_role')
|
let userrole = localStorage.getItem('user_role')
|
||||||
this.form = new FormGroup({
|
this.form = new FormGroup({
|
||||||
<<<<<<< HEAD
|
|
||||||
// admin_checked: new FormControl('', [Validators.required]),
|
// admin_checked: new FormControl('', [Validators.required]),
|
||||||
=======
|
|
||||||
>>>>>>> 5e070331f6649997b43c7352c795079cb50571cf
|
|
||||||
// workingHrsJson: new FormControl('', [Validators.required]),
|
// workingHrsJson: new FormControl('', [Validators.required]),
|
||||||
logo: new FormControl('', null),
|
logo: new FormControl('', null),
|
||||||
busName: new FormControl('', [Validators.required, Validators.maxLength(20)]),
|
busName: new FormControl('', [Validators.required, Validators.maxLength(20)]),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user