We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f8d052 commit 6959eb2Copy full SHA for 6959eb2
apps/web/pages/event-types/[type].tsx
@@ -1191,7 +1191,6 @@ const EventTypePage = (props: inferSSRProps<typeof getServerSideProps>) => {
1191
defaultValue={eventType.eventName || ""}
1192
onFocus={() => setDisplayNameTips(true)}
1193
{...formMethods.register("eventName")}
1194
- onBlur={() => setDisplayNameTips(false)}
1195
/>
1196
{displayNameTips && (
1197
<div className="mt-1 text-gray-500">
0 commit comments