This commit is contained in:
David Lebee 2021-02-08 12:03:40 -05:00
parent bd0c8d2ff5
commit 3a3e5bdac6
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@poweredsoft/ngx-data", "name": "@poweredsoft/ngx-data",
"version": "0.0.14", "version": "0.0.15",
"peerDependencies": { "peerDependencies": {
"@angular/common": "^8.2.4", "@angular/common": "^8.2.4",
"@angular/core": "^8.2.4", "@angular/core": "^8.2.4",

View File

@ -112,7 +112,7 @@ export class HttpDataSourceOptionsBuilder<TModel, TKey> {
return throwError(<IDataSourceValidationError>{ return throwError(<IDataSourceValidationError>{
type: 'validation', type: 'validation',
errors: err.error errors: err.error.errors
}); });
} }