diff options
author | Michael Hunteman <michael@huntm.net> | 2024-03-01 10:51:06 -0800 |
---|---|---|
committer | Michael Hunteman <michael@huntm.net> | 2024-03-01 10:55:19 -0800 |
commit | 4ce3be9349b3a19bbc99b7bf783eafeec040b2f7 (patch) | |
tree | 110714e10aac71fcb8cd813f56f3cca1ea05e0cd /src/mocks | |
parent | 4acea48076f6f90267fea85c937a3fe79609270c (diff) |
Update formatting on forms
Diffstat (limited to 'src/mocks')
-rw-r--r-- | src/mocks/handlers.ts | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/mocks/handlers.ts b/src/mocks/handlers.ts index 63b1a9a..6bd17fa 100644 --- a/src/mocks/handlers.ts +++ b/src/mocks/handlers.ts @@ -13,9 +13,8 @@ export const handlers = [ lastName: 'Hunteman', attendance: 'false', meal: '', - restrictions: '', - plusOne: '', - advice: '' + email: '', + message: '' }, token, } @@ -29,9 +28,8 @@ export const handlers = [ lastName: 'Hunteman', attendance: 'true', meal: 'beef', - restrictions: '', - plusOne: '', - advice: '' + email: '', + message: '' } ) }) |