mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Remove details from API error prop type
`details` field has been removed from the SDK.
This commit is contained in:
parent
97251ff867
commit
02d6c96580
1 changed files with 0 additions and 4 deletions
|
|
@ -383,10 +383,6 @@ export const apiError = shape({
|
|||
status: number.isRequired,
|
||||
code: oneOf(ERROR_CODES).isRequired,
|
||||
title: string.isRequired,
|
||||
details: shape({
|
||||
data: object,
|
||||
msg: string,
|
||||
}),
|
||||
});
|
||||
|
||||
// Storable error prop type. (Error object should not be stored as it is.)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue