Skip to content

Commit

Permalink
Fix: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
parasharrajat committed Sep 29, 2023
1 parent 4c1af37 commit 56be20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ButtonWithDropdownMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const propTypes = {
/** Callback to execute when the main button is pressed */
onPress: PropTypes.func.isRequired,

/** Call the onPress function when Enter key is pressed */
/** Call the onPress function on main button when Enter key is pressed */
pressOnEnter: PropTypes.bool,

/** Whether we should show a loading state for the main button */
Expand Down

0 comments on commit 56be20a

Please sign in to comment.