feat(slot blocking): add buttons to sidebar
This commit is contained in:
parent
016b4371c2
commit
3d07ca077f
8 changed files with 32 additions and 21 deletions
|
@ -175,7 +175,6 @@ const EventForm: React.FC<EventFormProps> = (props) => {
|
|||
console.log('Creating event');
|
||||
const mutationResult = await createEvent({ data });
|
||||
eventID = mutationResult.data.event.id;
|
||||
createEvent({ data });
|
||||
}
|
||||
|
||||
toast.custom((t) => (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue