From a4acf13bf8c8193eebc41574f94775eebb21f6eb Mon Sep 17 00:00:00 2001 From: lev Date: Wed, 9 Feb 2022 20:21:43 +0500 Subject: [PATCH] =?UTF-8?q?=D1=87=D0=B5=D0=BA=D0=B1=D0=BE=D0=BA=D1=81?= =?UTF-8?q?=D1=8B=20=D0=BF=D0=BE=20=D0=B4=D0=B5=D1=84=D0=BE=D0=BB=D1=82?= =?UTF-8?q?=D1=83=20=D0=B2=D1=8B=D0=B1=D1=80=D0=B0=D0=BD=D1=8B=20=D0=B8=20?= =?UTF-8?q?=D1=86=D0=B5=D0=BD=D0=B0=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/OrderForm.tsx | 11 ++++++----- src/styles/Home.module.css | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/components/OrderForm.tsx b/src/components/OrderForm.tsx index 6eee01e..764b5da 100644 --- a/src/components/OrderForm.tsx +++ b/src/components/OrderForm.tsx @@ -22,8 +22,8 @@ export const defaultMessageData: MessageDataType = { plateLength: undefined, clientName: undefined, clientContact: undefined, - montagePlate: false, - dismantlingOldPlate: false, + montagePlate: true, + dismantlingOldPlate: true, platePrice: 0 }; @@ -86,6 +86,7 @@ function Checkboxes({checkboxes, setCheckbox}) {