From 30529536ee5137635a9efc483baa05dac198dd0d Mon Sep 17 00:00:00 2001 From: Michael Hunteman Date: Sun, 19 Jan 2025 11:07:54 -0600 Subject: Move read only fields --- client/.env.development | 1 + client/src/components/RsvpForm.tsx | 36 ++++++++++++++++++------------------ 2 files changed, 19 insertions(+), 18 deletions(-) create mode 100644 client/.env.development diff --git a/client/.env.development b/client/.env.development new file mode 100644 index 0000000..0dd1e86 --- /dev/null +++ b/client/.env.development @@ -0,0 +1 @@ +VITE_BASE_URL=http://192.168.1.12:8080/api/ diff --git a/client/src/components/RsvpForm.tsx b/client/src/components/RsvpForm.tsx index 84b05e0..b2af975 100644 --- a/client/src/components/RsvpForm.tsx +++ b/client/src/components/RsvpForm.tsx @@ -161,6 +161,24 @@ function RsvpForm() { + + + + + + - - - - - - {fields.map((field, index) => { return (