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

Fix for a bug when updating an event type
pull/81/head
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
1 changed files with 1 additions and 1 deletions

View File

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