From 0ce271c581e615a6f1bfbe092b0975b82c0190ea Mon Sep 17 00:00:00 2001 From: Ludwig Thufjell Date: Tue, 10 Dec 2024 12:03:28 +0100 Subject: [PATCH] add missing for attributes to form inputs (#1303) --- .../[categoryId]/create-subcategory/page.tsx | 12 ++++--- .../[subcategoryId]/create-item/page.tsx | 36 +++++++++++++++---- 2 files changed, 38 insertions(+), 10 deletions(-) diff --git a/apps/dashboard-admin/app/[locale]/categories/[categoryId]/create-subcategory/page.tsx b/apps/dashboard-admin/app/[locale]/categories/[categoryId]/create-subcategory/page.tsx index ace423143..9f83431e0 100644 --- a/apps/dashboard-admin/app/[locale]/categories/[categoryId]/create-subcategory/page.tsx +++ b/apps/dashboard-admin/app/[locale]/categories/[categoryId]/create-subcategory/page.tsx @@ -102,14 +102,16 @@ export default async function CreateItem(props: { {tForm("title")} @@ -128,13 +130,15 @@ export default async function CreateItem(props: { diff --git a/apps/dashboard-admin/app/[locale]/subcategories/[subcategoryId]/create-item/page.tsx b/apps/dashboard-admin/app/[locale]/subcategories/[subcategoryId]/create-item/page.tsx index 70a12882c..ab3dc6cc8 100644 --- a/apps/dashboard-admin/app/[locale]/subcategories/[subcategoryId]/create-item/page.tsx +++ b/apps/dashboard-admin/app/[locale]/subcategories/[subcategoryId]/create-item/page.tsx @@ -287,9 +287,21 @@ export default async function CreateItem(props: { {tForm("link2")} - - - + + +
@@ -325,9 +337,21 @@ export default async function CreateItem(props: { {tForm("link3")} - - - + + +