more UI
This commit is contained in:
@ -311,7 +311,7 @@ const AvCalendar = ({ publisherId, events, selectedDate }) => {
|
||||
|
||||
const onConfirm = (event) => {
|
||||
console.log("onConfirm: " + event.id);
|
||||
toast.info("Вие потвърдихте!", { autoClose: 2000 });
|
||||
toast.info("Потвърдено!", { autoClose: 2000 });
|
||||
// Update the event data
|
||||
event.isConfirmed = true;
|
||||
event.isactive = false;
|
||||
|
Reference in New Issue
Block a user