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.
2 parents 248914c + fd517ed commit f4cee24Copy full SHA for f4cee24
src/apps/copilots/src/pages/copilot-opportunity-details/apply-opportunity-modal/ApplyOpportunityModal.tsx
@@ -50,7 +50,7 @@ const ApplyOpportunityModal: FC<ApplyOpportunityModalProps> = props => {
50
buttons={
51
!success ? (
52
<>
53
- <Button primary onClick={onApply} label='Apply' />
+ <Button disabled={!notes} primary onClick={onApply} label='Apply' />
54
<Button secondary onClick={props.onClose} label='Cancel' />
55
</>
56
) : (
0 commit comments