Fix event deletion redirection
Closes #170 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -260,7 +260,6 @@ export default class Event extends EventMixin {
|
||||
*/
|
||||
async openDeleteEventModalWrapper() {
|
||||
await this.openDeleteEventModal(this.event, this.currentActor);
|
||||
await this.$router.push({ name: RouteName.HOME });
|
||||
}
|
||||
|
||||
async reportEvent(content: string, forward: boolean) {
|
||||
|
||||
Reference in New Issue
Block a user