Skip to content

Commit

Permalink
Merge pull request #328 from SelectQuoteLabs/Issue-279-unused-props-s…
Browse files Browse the repository at this point in the history
…tepper

fix: 🐛 Removed unused props from the stepper component
  • Loading branch information
codyarose authored Jun 30, 2021
2 parents b5f9c65 + ad6df58 commit f0da04a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/SQFormDialogStepper/SQFormDialogStepper.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ export function SQFormDialogStepper({
maxWidth = 'sm',
onClose,
onSubmit,
saveButtonText = 'Save',
title,
enableReinitialize = false,
muiGridProps = {},
Expand Down Expand Up @@ -278,10 +277,6 @@ SQFormDialogStepper.propTypes = {
onClose: PropTypes.func.isRequired,
/** Callback function invoked when user clicks primary submit button */
onSubmit: PropTypes.func.isRequired,
/** Callback function invoke when the user clicks the primary button */
onSave: PropTypes.func,
/** The primary button text (Button located on right side of Dialog) */
saveButtonText: PropTypes.string,
/** Title text at the top of the Dialog */
title: PropTypes.string.isRequired,
/** Form Entity Object */
Expand Down

0 comments on commit f0da04a

Please sign in to comment.