Fixes custom input dialog (#916)
This commit is contained in:
parent
9539d26ac7
commit
64a01d33ba
1 changed files with 26 additions and 26 deletions
|
@ -1067,6 +1067,7 @@ const EventTypePage = (props: inferSSRProps<typeof getServerSideProps>) => {
|
|||
<p className="text-sm text-gray-400">{t("this_input_will_shown_booking_this_event")}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<CustomInputTypeForm
|
||||
selectedCustomInput={selectedCustomInput}
|
||||
onSubmit={(values) => {
|
||||
|
@ -1094,7 +1095,6 @@ const EventTypePage = (props: inferSSRProps<typeof getServerSideProps>) => {
|
|||
}}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</DialogContent>
|
||||
</Dialog>
|
||||
</Shell>
|
||||
|
|
Loading…
Reference in a new issue