[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-07-28 07:38:28 +00:00
committed by GitHub
parent 1f9ef473f1
commit 9baafb83ff
2 changed files with 5 additions and 3 deletions

View File

@@ -211,7 +211,10 @@ export const ShowPreviewSettings = ({ applicationId }: Props) => {
<FormItem>
<FormLabel>Labels</FormLabel>
<FormControl>
<Input placeholder="enhancement,needs-review (Leave empty for all labels)" {...field} />
<Input
placeholder="enhancement,needs-review (Leave empty for all labels)"
{...field}
/>
</FormControl>
<FormMessage />
</FormItem>

View File

@@ -453,8 +453,7 @@ export default async function handler(
break;
}
}
if (hasLabel)
continue;
if (hasLabel) continue;
}
const previewLimit = app?.previewLimit || 0;