Skip to content

Commit d548dc7

Browse files
Merge branch 'master' into develop
2 parents 7cc0e57 + 66f7247 commit d548dc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ workflows:
150150
context : org-global
151151
filters: &filters-dev
152152
branches:
153-
only: ['develop', 'feature/forum-for-task']
153+
only: ['develop', 'issue_1323']
154154

155155
# Production builds are exectuted only on tagged commits to the
156156
# master branch.

src/components/Modal/ConfirmationModal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const ConfirmationModal = ({ title, message, errorMessage, theme, isProcessing,
2323
<div className={styles.button}>
2424
<PrimaryButton
2525
text={isProcessing ? 'Processing...' : confirmText || 'Confirm'}
26-
disabled={disableConfirmButton}
26+
disabled={disableConfirmButton || isProcessing}
2727
type={'info'}
2828
onClick={onConfirm}
2929
/>

0 commit comments

Comments
 (0)