route into event types after deleting an event type

pull/427/head
Peer Richelsen 2021-08-07 23:06:13 +02:00
parent 418649fc02
commit d562e83c9e
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ export default function EventTypePage({
}, },
}); });
router.push("/bookings"); router.push("/event-types");
} }
const openLocationModal = (type: LocationType) => { const openLocationModal = (type: LocationType) => {