forked from cardosofelipe/fast-next-template
refactor(safety): apply consistent formatting across services and tests
Improved code readability and uniformity by standardizing line breaks, indentation, and inline conditions across safety-related services, models, and tests, including content filters, validation rules, and emergency controls.
This commit is contained in:
@@ -162,7 +162,9 @@ export default function ProjectSettingsPage({ params }: ProjectSettingsPageProps
|
||||
<Card>
|
||||
<CardHeader>
|
||||
<CardTitle>Autonomy Level</CardTitle>
|
||||
<CardDescription>Control how much oversight you want over agent actions</CardDescription>
|
||||
<CardDescription>
|
||||
Control how much oversight you want over agent actions
|
||||
</CardDescription>
|
||||
</CardHeader>
|
||||
<CardContent className="space-y-4">
|
||||
<div className="space-y-2">
|
||||
|
||||
Reference in New Issue
Block a user