fix: Booking Question Dialog: Dropdown covered by DialogFooter (CALCOM-10987) (#10989)
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com> Co-authored-by: Peer Richelsen <peeroke@gmail.com>pull/11107/head^2
parent
cc5096a54a
commit
1a85f336c5
|
@ -437,9 +437,6 @@ function FieldEditDialog({
|
|||
value={fieldTypesConfigMap[fieldForm.getValues("type")]}
|
||||
options={fieldTypes.filter((f) => !f.systemOnly)}
|
||||
label={t("input_type")}
|
||||
classNames={{
|
||||
menuList: () => "min-h-[27.25rem]",
|
||||
}}
|
||||
/>
|
||||
{(() => {
|
||||
if (!variantsConfig) {
|
||||
|
|
Loading…
Reference in New Issue