Merge pull request #57 from harad1/availability-bug-router

Fix for a bug when updating an event type
This commit is contained in:
Bailey Pumfleet 2021-04-20 11:32:51 +01:00 committed by GitHub
commit c09e175461
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ export default function EventType(props) {
}
});
console.log(response);
router.push('/availability');
}
async function deleteEventTypeHandler(event) {