Skip to content

Commit

Permalink
fix: remove location from system fields
Browse files Browse the repository at this point in the history
  • Loading branch information
supalarry committed Sep 13, 2024
1 parent fab1cb0 commit bee9a15
Showing 1 changed file with 0 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,34 +113,6 @@ export class InputEventTypesService_2024_06_14 {
},
],
},
{
defaultLabel: "location",
type: "radioInput",
name: "location",
editable: "system",
hideWhenJustOneOption: true,
required: false,
getOptionsAt: "locations",
optionsInputs: {
attendeeInPerson: {
type: "address",
required: true,
placeholder: "",
},
phone: {
type: "phone",
required: true,
placeholder: "",
},
},
sources: [
{
label: "Default",
id: "default",
type: "default",
},
],
},
];

return [...systemBeforeFields, ...transformed];
Expand Down

0 comments on commit bee9a15

Please sign in to comment.