diff --git a/src/app/(dashboard)/customers/components/customer-form-sheet.tsx b/src/app/(dashboard)/customers/components/customer-form-sheet.tsx
index e02c1b7..3c68c40 100644
--- a/src/app/(dashboard)/customers/components/customer-form-sheet.tsx
+++ b/src/app/(dashboard)/customers/components/customer-form-sheet.tsx
@@ -122,6 +122,28 @@ export function CustomerFormSheet({ open, onOpenChange, customer }: Props) {
inputMode="numeric"
/>
+
+
+
+
+