From 8a1cdd27d50b2ba4d9842f945e0a49a64f124c68 Mon Sep 17 00:00:00 2001 From: wvffle Date: Wed, 2 Nov 2022 13:53:44 +0000 Subject: [PATCH] Fix request/reports not filtering and form auto focussing on mounted when `autofocus` is `false` --- front/src/components/common/ContentForm.vue | 13 +++++++------ front/src/router/routes/manage.ts | 2 ++ front/src/views/admin/moderation/ReportsList.vue | 4 +++- front/src/views/admin/moderation/RequestsList.vue | 4 +++- 4 files changed, 15 insertions(+), 8 deletions(-) diff --git a/front/src/components/common/ContentForm.vue b/front/src/components/common/ContentForm.vue index 998da5600..a25306542 100644 --- a/front/src/components/common/ContentForm.vue +++ b/front/src/components/common/ContentForm.vue @@ -1,7 +1,7 @@