diff --git a/src/components/Dashboard/common/NewObjectButtons.jsx b/src/components/Dashboard/common/NewObjectButtons.jsx index 9888b92..61ec504 100644 --- a/src/components/Dashboard/common/NewObjectButtons.jsx +++ b/src/components/Dashboard/common/NewObjectButtons.jsx @@ -9,7 +9,8 @@ const NewObjectButtons = ({ onSubmit, formValid, submitLoading, - submitText = 'Done' + submitText = 'Done', + disabled = false }) => { return ( @@ -24,14 +25,18 @@ const NewObjectButtons = ({ ) : null} {currentStep < totalSteps - 1 ? ( - ) : (