data fix
This commit is contained in:
parent
bd0c8d2ff5
commit
3a3e5bdac6
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@poweredsoft/ngx-data",
|
||||
"version": "0.0.14",
|
||||
"version": "0.0.15",
|
||||
"peerDependencies": {
|
||||
"@angular/common": "^8.2.4",
|
||||
"@angular/core": "^8.2.4",
|
||||
|
@ -112,7 +112,7 @@ export class HttpDataSourceOptionsBuilder<TModel, TKey> {
|
||||
|
||||
return throwError(<IDataSourceValidationError>{
|
||||
type: 'validation',
|
||||
errors: err.error
|
||||
errors: err.error.errors
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user