@c8y/ngx-components 1022.4.4 → 1022.4.7

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.
@@ -520,7 +520,7 @@ const tenantPropertiesDefinitions = {
520
520
  validators: [
521
521
  Validators.required,
522
522
  Validators.maxLength(256),
523
- Validators.pattern(ValidationPattern.rules.noWhiteSpaceAtBeginning.pattern)
523
+ Validators.pattern(ValidationPattern.rules.noLeadingOrTrailingWhitespaces.pattern)
524
524
  ],
525
525
  defaultValue: null,
526
526
  type: 'text',