Merge branch 'main' into fix/1847-support-jitsi-self-hosted

This commit is contained in:
kodiakhq[bot] 2022-04-26 02:51:14 +00:00 committed by GitHub
commit 9b7dd185e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1424,7 +1424,7 @@ const EventTypePage = (props: inferSSRProps<typeof getServerSideProps>) => {
<div className="inline-flex">
<input
type="number"
className="block w-12 rounded-sm border-gray-300 shadow-sm [appearance:textfield] ltr:mr-2 rtl:ml-2 sm:text-sm"
className="block w-16 rounded-sm border-gray-300 shadow-sm [appearance:textfield] ltr:mr-2 rtl:ml-2 sm:text-sm"
placeholder="30"
{...formMethods.register("periodDays", { valueAsNumber: true })}
defaultValue={eventType.periodDays || 30}