diff --git a/src/components/Dashboard/common/NewObjectButtons.jsx b/src/components/Dashboard/common/NewObjectButtons.jsx index 61ec5043..74e1987f 100644 --- a/src/components/Dashboard/common/NewObjectButtons.jsx +++ b/src/components/Dashboard/common/NewObjectButtons.jsx @@ -12,13 +12,15 @@ const NewObjectButtons = ({ submitText = 'Done', disabled = false }) => { + const controlsDisabled = disabled || submitLoading + return ( {totalSteps > 1 ? ( @@ -27,7 +29,7 @@ const NewObjectButtons = ({ {currentStep < totalSteps - 1 ? (