mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-19 14:15:21 +02:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -453,8 +453,7 @@ export default async function handler(
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (hasLabel)
|
||||
continue;
|
||||
if (hasLabel) continue;
|
||||
}
|
||||
|
||||
const previewLimit = app?.previewLimit || 0;
|
||||
|
||||
Reference in New Issue
Block a user