Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jeznorth committed Jan 22, 2024
1 parent b4e6326 commit e54a721
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/src/components/security/SecurityRuleForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -236,12 +236,12 @@ const SecurityRuleForm = () => {
<Typography component="legend">Secured Records</Typography>

{hasNoSecuritySelected ? (
<Alert severity="error">
<Alert severity="error">
<AlertTitle>No security applied</AlertTitle>
All users will have unrestricted access to selected records.
</Alert>
) : (
<>
) : (
<>
<Typography variant="body1" color="textSecondary" sx={{ mt: -1 }}>
Some of the selected records have been secured using the following rules.
</Typography>
Expand Down Expand Up @@ -270,7 +270,7 @@ const SecurityRuleForm = () => {
);
})}
</Stack>
</>
</>
)}
</Box>
</form>
Expand Down

0 comments on commit e54a721

Please sign in to comment.