data fix
This commit is contained in:
parent
bd0c8d2ff5
commit
3a3e5bdac6
@ -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",
|
||||||
|
@ -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
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user