@lowcodeunit/applications-flow-common 1.37.128-CustomDomainFormValidation → 1.37.129-CustomDomainFormValidation

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2062,7 +2062,7 @@ class DomainsComponent {
2062
2062
  Validators.required,
2063
2063
  Validators.minLength(3),
2064
2064
  Validators.pattern('(https?://)?([\\da-z.-]+)\\.([a-z.]{2,6})[/\\w .-]*/?'),
2065
- Validators.pattern('[^-s]'),
2065
+ // Validators.pattern('[^-s]'),
2066
2066
  ],
2067
2067
  updateOn: 'change',
2068
2068
  }),