Skip to content

Commit

Permalink
Hide CBRA unqualified (#2361)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fosol authored Dec 10, 2024
1 parent 7458526 commit 9072227
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/editor/src/features/content/form/ContentForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -678,11 +678,12 @@ const ContentForm: React.FC<IContentFormProps> = ({
}
/>
</div>
<FormikCheckbox
{/* Temporarily hidden to avoid confusing Editors */}
{/* <FormikCheckbox
label="Is CBRA Unqualified"
name="isCBRAUnqualified"
className="checkbox-cbra"
/>
/> */}
</Row>
</Show>
</Row>
Expand Down

0 comments on commit 9072227

Please sign in to comment.