setup for remote dev environment; minors
This commit is contained in:
@ -530,6 +530,7 @@ const AvCalendar = ({ publisherId, events, selectedDate }) => {
|
||||
showAllEvents={true}
|
||||
onNavigate={setDate}
|
||||
className="rounded-lg shadow-lg"
|
||||
longPressThreshold={150} // default value 250
|
||||
/>
|
||||
{isModalOpen && (
|
||||
<div className="fixed inset-0 flex items-center justify-center z-50">
|
||||
|
Reference in New Issue
Block a user