@vendure/admin-ui 1.8.4 → 1.8.5

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.
@@ -10965,7 +10965,7 @@
10965
10965
  if (!this.formFieldControl || !this.formFieldControl.formControlName) {
10966
10966
  return;
10967
10967
  }
10968
- var errors = this.formFieldControl.formControlName.errors;
10968
+ var errors = this.formFieldControl.formControlName.dirty && this.formFieldControl.formControlName.errors;
10969
10969
  if (errors) {
10970
10970
  try {
10971
10971
  for (var _b = __values(Object.keys(errors)), _c = _b.next(); !_c.done; _c = _b.next()) {
@@ -16071,7 +16071,7 @@
16071
16071
  }
16072
16072
 
16073
16073
  // Auto-generated by the set-version.js script.
16074
- var ADMIN_UI_VERSION = '1.8.4';
16074
+ var ADMIN_UI_VERSION = '1.8.5';
16075
16075
 
16076
16076
  /**
16077
16077
  * @description