[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2025-03-29 21:18:08 +00:00 committed by GitHub
parent 7bab166e1b
commit 2d3d86e823
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 5 deletions

View File

@ -132,7 +132,7 @@ export const ShowBuildChooseForm = ({ applicationId }: Props) => {
api.application.saveBuildType.useMutation();
const { data, refetch } = api.application.one.useQuery(
{ applicationId },
{ enabled: !!applicationId }
{ enabled: !!applicationId },
);
const form = useForm<AddTemplate>({
@ -233,7 +233,7 @@ export const ShowBuildChooseForm = ({ applicationId }: Props) => {
)}
</FormLabel>
</FormItem>
)
),
)}
</RadioGroup>
</FormControl>

View File

@ -196,8 +196,6 @@
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
"extends": ["@commitlint/config-conventional"]
}
}