Skip to content

Commit

Permalink
fix(dashboard): broken CustomerGroup create form (#9711)
Browse files Browse the repository at this point in the history
  • Loading branch information
fPolic authored Oct 22, 2024
1 parent 29d9f90 commit 94ca113
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,13 @@ export const CreateCustomerGroupForm = () => {

return (
<RouteFocusModal.Form form={form}>
<KeyboundForm onSubmit={handleSubmit}>
<KeyboundForm
className="flex h-full flex-col overflow-hidden"
onSubmit={handleSubmit}
>
<RouteFocusModal.Header />
<RouteFocusModal.Body className="flex flex-col items-center pt-[72px]">
<div className="flex w-full max-w-[720px] flex-col gap-y-8">
<div className="flex size-full max-w-[720px] flex-col gap-y-8">
<div>
<RouteFocusModal.Title asChild>
<Heading>{t("customerGroups.create.header")}</Heading>
Expand Down

0 comments on commit 94ca113

Please sign in to comment.