Skip to content

Commit

Permalink
fixing flag for disabling opt in
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchitharajaghatta committed Nov 19, 2024
1 parent 587e4ec commit e0c897d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const AIOptInModal: React.FunctionComponent<OptInModalProps> = ({
)}
</>
}
submitDisabled={isOrgAiEnabled}
submitDisabled={!isOrgAiEnabled}
onConfirm={() => {
if (isOptInInProgress) {
return;
Expand Down

0 comments on commit e0c897d

Please sign in to comment.