Fixes custom input dialog (#916)

This commit is contained in:
Omar López 2021-10-12 12:54:37 -06:00 committed by GitHub
parent 9539d26ac7
commit 64a01d33ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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> <p className="text-sm text-gray-400">{t("this_input_will_shown_booking_this_event")}</p>
</div> </div>
</div> </div>
</div>
<CustomInputTypeForm <CustomInputTypeForm
selectedCustomInput={selectedCustomInput} selectedCustomInput={selectedCustomInput}
onSubmit={(values) => { onSubmit={(values) => {
@ -1094,7 +1095,6 @@ const EventTypePage = (props: inferSSRProps<typeof getServerSideProps>) => {
}} }}
/> />
</div> </div>
</div>
</DialogContent> </DialogContent>
</Dialog> </Dialog>
</Shell> </Shell>