fix: dutch appearing in booking field name (#23364)

* fix: dutch appearing in booking field name

* fix: tests

---------

Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com>
This commit is contained in:
Lauris Skraucis
2025-08-27 19:43:37 +05:30
committed by GitHub
co-authored by Anik Dhabal Babu
parent f18ebc4d67
commit 67befea66e
3 changed files with 8 additions and 2 deletions
@@ -520,6 +520,8 @@ export const systemBeforeFieldName: NameSystemField = {
name: "fullName",
type: "text",
required: true,
label: "",
placeholder: "",
},
],
},
@@ -292,8 +292,8 @@ describe("transformBookingFieldsInternalToApi", () => {
isDefault: true,
required: true,
disableOnPrefill: false,
label: undefined,
placeholder: undefined,
label: "",
placeholder: "",
},
];
@@ -725,6 +725,8 @@ describe("Organizations Event Types Endpoints", () => {
isDefault: true,
type: "name",
slug: "name",
label: "",
placeholder: "",
required: true,
disableOnPrefill: false,
},
@@ -821,6 +823,8 @@ describe("Organizations Event Types Endpoints", () => {
isDefault: true,
type: "name",
slug: "name",
label: "",
placeholder: "",
required: true,
disableOnPrefill: false,
},