Merge pull request #57 from harad1/availability-bug-router
Fix for a bug when updating an event typepull/81/head
commit
c09e175461
|
@ -38,7 +38,7 @@ export default function EventType(props) {
|
|||
}
|
||||
});
|
||||
|
||||
console.log(response);
|
||||
router.push('/availability');
|
||||
}
|
||||
|
||||
async function deleteEventTypeHandler(event) {
|
||||
|
|
Loading…
Reference in New Issue