route into event types after deleting an event type

This commit is contained in:
Peer Richelsen 2021-08-07 23:06:13 +02:00
parent 418649fc02
commit d562e83c9e

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) => {