Skip to content
Snippets Groups Projects
Commit 9bb351d7 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #13671 TIME 0:10 space control in db name

parent 4425562e
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ export class DatabaseComponent implements OnInit {
private functionsService: FunctionsService,
private installerService: InstallerService
) {
const valDbName: ValidatorFn[] = [Validators.pattern(/^[^\;\"]+$/), Validators.required];
const valDbName: ValidatorFn[] = [Validators.pattern(/^[^\;\" ]+$/), Validators.required];
this.stepFormGroup = this._formBuilder.group({
dbHostCtrl: ['localhost', Validators.required],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment