Oooops (#4386)
parent
078ca46a28
commit
5f3e9efa6d
|
@ -234,9 +234,10 @@ const EventTypePage = (props: inferSSRProps<typeof getServerSideProps>) => {
|
||||||
...(giphyThankYouPage ? { giphyThankYouPage } : {}),
|
...(giphyThankYouPage ? { giphyThankYouPage } : {}),
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}}
|
}}>
|
||||||
className="space-y-6">
|
<div ref={animationParentRef} className="space-y-6">
|
||||||
<div ref={animationParentRef}>{tabMap[tabName]}</div>
|
{tabMap[tabName]}
|
||||||
|
</div>
|
||||||
{!TABS_WITHOUT_ACTION_BUTTONS.includes(tabName) && (
|
{!TABS_WITHOUT_ACTION_BUTTONS.includes(tabName) && (
|
||||||
<div className="mt-4 flex justify-end space-x-2 rtl:space-x-reverse">
|
<div className="mt-4 flex justify-end space-x-2 rtl:space-x-reverse">
|
||||||
<Button href="/event-types" color="secondary" tabIndex={-1}>
|
<Button href="/event-types" color="secondary" tabIndex={-1}>
|
||||||
|
|
Loading…
Reference in New Issue