Skip to content

Commit

Permalink
network as prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Donahue committed May 27, 2022
1 parent 5da9587 commit 8d941c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/FormAlertWithSubmitButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ const propTypes = {
isLoading: PropTypes.bool,

...withLocalizePropTypes,

/** Props to detect online status */
network: networkPropTypes.isRequired,
};

const defaultProps = {
Expand Down

0 comments on commit 8d941c8

Please sign in to comment.