Removed email & name placeholder from booking page (#7708)

Co-authored-by: Nafees Nazik <84864519+G3root@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
This commit is contained in:
Moritz 2023-03-15 10:34:45 +01:00 committed by GitHub
parent 84fd277a97
commit f728272c7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -163,7 +163,6 @@ export const ensureBookingInputsHaveSystemFields = ({
const systemBeforeFields: typeof bookingFields = [
{
defaultLabel: "your_name",
defaultPlaceholder: "example_name",
type: "name",
name: "name",
required: true,
@ -177,7 +176,6 @@ export const ensureBookingInputsHaveSystemFields = ({
},
{
defaultLabel: "email_address",
defaultPlaceholder: "you@example.com",
type: "email",
name: "email",
required: true,