From 8edd4e88cb1a9fd67051c969cdeae087d21f33a8 Mon Sep 17 00:00:00 2001 From: Hannes Heine Date: Mon, 25 Jul 2022 11:40:22 +0200 Subject: [PATCH] Update frontend/src/pages/Community.vue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Wolfgang Huß --- frontend/src/pages/Community.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/Community.vue b/frontend/src/pages/Community.vue index 1cfa84bd9..c19f5ee0e 100644 --- a/frontend/src/pages/Community.vue +++ b/frontend/src/pages/Community.vue @@ -248,7 +248,7 @@ export default { }, }, created() { - // verifyLogin is important at this point so that creation is updated if they are deleted in a session in the admin area. + // verifyLogin is important at this point so that creation is updated on reload if they are deleted in a session in the admin area. this.verifyLogin() this.updateListContributions({ currentPage: this.currentPage,