awf-test-lib 0.0.76 → 0.0.77

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.
@@ -450,7 +450,7 @@ class ContactComponent {
450
450
  phone: [phone !== 'null' ? phone : '', [Validators.required]],
451
451
  reason: ['', [Validators.required]],
452
452
  systems: [[], [Validators.required]],
453
- pms: [[], this.showPm ? [] : []],
453
+ pms: [[], this.showPm ? [] : [Validators.required]],
454
454
  message: ['', [Validators.required, Validators.minLength(15)]],
455
455
  });
456
456
  }