pull/6560/head
Hariom Balhara 2023-01-17 19:29:49 +05:30
parent 8143816c18
commit d07c57a339
1 changed files with 113 additions and 115 deletions

View File

@ -722,9 +722,7 @@ const BookingPage = ({
)}
</div>
)}
{eventType.customInputs
.sort((a, b) => a.id - b.id)
.map((input) => (
{eventType.customInputs.map((input) => (
<div className="mb-4" key={input.id}>
{input.type !== EventTypeCustomInputType.BOOL && (
<label