@sumaris-net/ngx-components 2.5.7-rc1 → 2.5.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.
@@ -26364,7 +26364,7 @@ class AppPropertiesTable extends AppInMemoryTable {
26364
26364
  }
26365
26365
  toValue(values, definition) {
26366
26366
  const value = values.find(v => v.id === definition.key)?.value;
26367
- return isNotNil(value) ? values : definition.defaultValue;
26367
+ return isNotNil(value) ? value : definition.defaultValue;
26368
26368
  }
26369
26369
  }
26370
26370
  AppPropertiesTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AppPropertiesTable, deps: [{ token: i0.Injector }, { token: i1$3.UntypedFormBuilder }, { token: PropertyEntityValidator }, { token: ENVIRONMENT }], target: i0.ɵɵFactoryTarget.Component });