Fix missing metainfo on some views
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -83,6 +83,11 @@ import { GraphQLError } from "graphql";
|
||||
},
|
||||
},
|
||||
},
|
||||
metaInfo() {
|
||||
return {
|
||||
title: this.$t("Interact with a remote content") as string,
|
||||
};
|
||||
},
|
||||
})
|
||||
export default class Interact extends Vue {
|
||||
interact!: IEvent | IGroup;
|
||||
|
||||
Reference in New Issue
Block a user