Skip to content

Commit

Permalink
Remove isSubmissionSuccessful for button busy status
Browse files Browse the repository at this point in the history
  • Loading branch information
dognose24 committed Sep 3, 2024
1 parent 84527e6 commit 070a23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/my-sites/stats/feedback/modal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const FeedbackModal: React.FC< ModalProps > = ( { siteId, onClose } ) => {
<StatsButton
primary
onClick={ onFormSubmit }
busy={ isSubmittingFeedback || isSubmissionSuccessful }
busy={ isSubmittingFeedback }
disabled={ isSubmittingFeedback || isSubmissionSuccessful || ! content }
>
{ translate( 'Submit' ) }
Expand Down

0 comments on commit 070a23a

Please sign in to comment.