Commit ab3c11928fedc0528b838024203452ce1a8ca5dd
Committed by
Andrew Shvayka
1 parent
6cc8eada
base url improvements
Showing
1 changed file
with
2 additions
and
1 deletions
... | ... | @@ -53,7 +53,8 @@ export class GeneralSettingsComponent extends PageComponent implements OnInit, H |
53 | 53 | |
54 | 54 | buildGeneralServerSettingsForm() { |
55 | 55 | this.generalSettings = this.fb.group({ |
56 | - baseUrl: ['', [Validators.required]] | |
56 | + baseUrl: ['', [Validators.required]], | |
57 | + prohibitDifferentUrl: ['',[]] | |
57 | 58 | }); |
58 | 59 | } |
59 | 60 | ... | ... |