Skip to content

Commit

Permalink
Add error fields to proptypes
Browse files Browse the repository at this point in the history
  • Loading branch information
tgolen authored Aug 23, 2023
1 parent b5cb79d commit 9fb9a1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/transactionPropTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,7 @@ export default PropTypes.shape({
source: PropTypes.string,
state: PropTypes.string,
}),

/** Server side errors keyed by microtime */
errorFields: PropTypes.objectOf(PropTypes.objectOf(PropTypes.string)),
});

0 comments on commit 9fb9a1a

Please sign in to comment.