Skip to content

Commit

Permalink
fix(secureDb): undo debugging boolean flip (opendatahub-io#3568)
Browse files Browse the repository at this point in the history
Signed-off-by: gitdallas <[email protected]>
  • Loading branch information
gitdallas authored Dec 11, 2024
1 parent 60ba3ee commit 6016195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/modelRegistrySettings/CreateModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ const CreateModal: React.FC<CreateModalProps> = ({ onClose, refresh }) => {
</HelperText>
)}
</FormGroup>
{!secureDbEnabled && (
{secureDbEnabled && (
<>
<FormGroup>
<Checkbox
Expand Down

0 comments on commit 6016195

Please sign in to comment.