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 40adb59 commit fd517edCopy full SHA for fd517ed
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