From d15701a50b00559bfc67123b16be3f9d099a3efd Mon Sep 17 00:00:00 2001 From: Drew Rautenberg Date: Sat, 18 Jul 2026 18:15:16 -0500 Subject: [PATCH] Fixed add customer page --- barkmanui/src/features/customers/AddCustomer.tsx | 8 ++++---- barkmanui/src/features/customers/CustomerList.tsx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/barkmanui/src/features/customers/AddCustomer.tsx b/barkmanui/src/features/customers/AddCustomer.tsx index 825a40f..1693af2 100644 --- a/barkmanui/src/features/customers/AddCustomer.tsx +++ b/barkmanui/src/features/customers/AddCustomer.tsx @@ -1,4 +1,4 @@ -import {Button, Group, TextInput, NumberInput, Container, Title, Flex} from '@mantine/core'; +import {Button, Group, TextInput, Container, Title, Flex} from '@mantine/core'; import {useForm} from '@mantine/form'; import {useMutation} from "@tanstack/react-query"; import {NewCustomer} from "./types.ts"; @@ -89,11 +89,11 @@ function AddCustomer() { placeholder="Name" {...newCustomerForm.getInputProps('name')}/> - - - diff --git a/barkmanui/src/features/customers/CustomerList.tsx b/barkmanui/src/features/customers/CustomerList.tsx index 7e4cd0f..aeda9ae 100644 --- a/barkmanui/src/features/customers/CustomerList.tsx +++ b/barkmanui/src/features/customers/CustomerList.tsx @@ -26,7 +26,7 @@ function CustomerList() {

ARFF ARFF BARK BARK

- Add Customer + Add Customer