♻️ remove blueprint name form description

This commit is contained in:
Fred KISSIE
2025-10-30 00:32:55 +01:00
parent 356f023539
commit 885b9d186b
2 changed files with 0 additions and 4 deletions

View File

@@ -153,9 +153,6 @@ export default function BlueprintDetailsForm({
render={({ field }) => (
<FormItem>
<FormLabel>{t("name")}</FormLabel>
<FormDescription>
{t("blueprintNameDescription")}
</FormDescription>
<FormControl>
<Input {...field} />
</FormControl>