route into event types after deleting an event type
parent
418649fc02
commit
d562e83c9e
|
@ -264,7 +264,7 @@ export default function EventTypePage({
|
|||
},
|
||||
});
|
||||
|
||||
router.push("/bookings");
|
||||
router.push("/event-types");
|
||||
}
|
||||
|
||||
const openLocationModal = (type: LocationType) => {
|
||||
|
|
Loading…
Reference in New Issue