From 94ca1134c76667b49d6d63d9ad0534633ba47e28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frane=20Poli=C4=87?= <16856471+fPolic@users.noreply.github.com> Date: Tue, 22 Oct 2024 16:59:45 +0200 Subject: [PATCH] fix(dashboard): broken CustomerGroup create form (#9711) --- .../create-customer-group-form.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/admin/dashboard/src/routes/customer-groups/customer-group-create/components/create-customer-group-form/create-customer-group-form.tsx b/packages/admin/dashboard/src/routes/customer-groups/customer-group-create/components/create-customer-group-form/create-customer-group-form.tsx index c738eb53e48b1..3e5bdf571ccac 100644 --- a/packages/admin/dashboard/src/routes/customer-groups/customer-group-create/components/create-customer-group-form/create-customer-group-form.tsx +++ b/packages/admin/dashboard/src/routes/customer-groups/customer-group-create/components/create-customer-group-form/create-customer-group-form.tsx @@ -53,10 +53,13 @@ export const CreateCustomerGroupForm = () => { return ( - + -
+
{t("customerGroups.create.header")}