Skip to content

Commit

Permalink
add prop types
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Donahue committed May 27, 2022
1 parent 8d941c8 commit 3739c25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/FormAlertWithSubmitButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import TextLink from './TextLink';
import Text from './Text';
import RenderHTML from './RenderHTML';
import OfflineIndicator from './OfflineIndicator';
import networkPropTypes from './networkPropTypes';
import {withNetwork} from './OnyxProvider';

const propTypes = {
Expand Down

0 comments on commit 3739c25

Please sign in to comment.