fix toast problem
This commit is contained in:
@ -511,7 +511,8 @@ const AvCalendar = ({ publisherId, events, selectedDate, cartEvents, lastPublish
|
||||
<> <div {...handlers} className="flex flex-col"
|
||||
>
|
||||
{/* достъпности на {publisherId} */}
|
||||
<ToastContainer position="top-center" style={{ zIndex: 9999 }} />
|
||||
{/* having multiple ToastContainers causes double rendering of toasts and all kind of problems */}
|
||||
{/* <ToastContainer position="top-center" style={{ zIndex: 9999 }} /> */}
|
||||
</div>
|
||||
<Calendar
|
||||
localizer={localizer}
|
||||
|
Reference in New Issue
Block a user