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