wip
parent
bcf20914d3
commit
9ef4815ffb
|
@ -324,7 +324,7 @@ const EventTypePage = (props: inferSSRProps<typeof getServerSideProps>) => {
|
|||
<Shell
|
||||
title={`${eventType.title} | Event Type`}
|
||||
heading={
|
||||
<div className="relative group md:max-w-5xl mx-auto" onClick={() => setEditIcon(false)}>
|
||||
<div className="relative group" onClick={() => setEditIcon(false)}>
|
||||
<input
|
||||
ref={titleRef}
|
||||
type="text"
|
||||
|
|
Loading…
Reference in New Issue