Fix redirection after deleting an event
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
177341b491
commit
c41b80301f
@ -941,7 +941,7 @@ export default class Event extends EventMixin {
|
||||
});
|
||||
});
|
||||
|
||||
this.$on("eventDeleted", () => {
|
||||
this.$on("event-deleted", () => {
|
||||
return this.$router.push({ name: RouteName.HOME });
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user