From d59ccb66f310ad0b547b7e3f4f53081f624c20a6 Mon Sep 17 00:00:00 2001 From: Justin Bennett Date: Tue, 14 Nov 2023 23:15:47 -0500 Subject: [PATCH] Change text field usages to number field --- app/components/form/fields/DiskSizeField.tsx | 1 - app/forms/firewall-rules-create.tsx | 4 ++-- app/forms/instance-create.tsx | 7 +++---- libs/ui/lib/number-input/NumberInput.tsx | 1 + 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/app/components/form/fields/DiskSizeField.tsx b/app/components/form/fields/DiskSizeField.tsx index 39afca5b3..2cb72254c 100644 --- a/app/components/form/fields/DiskSizeField.tsx +++ b/app/components/form/fields/DiskSizeField.tsx @@ -26,7 +26,6 @@ export function DiskSizeField< return ( { - - -