We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a812514 commit 1a50a90Copy full SHA for 1a50a90
src/components/ChallengeEditor/index.js
@@ -1418,7 +1418,9 @@ class ChallengeEditor extends Component {
1418
</div>
1419
{isTask && (
1420
<div className={styles.button}>
1421
- <PrimaryButton text={'Mark Complete'} type={'success'} onClick={this.openCloseTaskConfirmation} />
+ <Tooltip content={MESSAGE.MARK_COMPLETE}>
1422
+ <PrimaryButton text={'Mark Complete'} type={'success'} onClick={this.openCloseTaskConfirmation} />
1423
+ </Tooltip>
1424
1425
)}
1426
</div>}
0 commit comments