From dfd706b40531460868aad2253efb499dd9b72e8a Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Wed, 20 Sep 2023 12:23:30 +0200 Subject: [PATCH] People: Disable "More than 20 people found" notification #3608 Signed-off-by: Michael Mayer --- frontend/src/page/people/recognized.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/page/people/recognized.vue b/frontend/src/page/people/recognized.vue index 621da1811..ac595dc9f 100644 --- a/frontend/src/page/people/recognized.vue +++ b/frontend/src/page/people/recognized.vue @@ -675,8 +675,7 @@ export default { this.$notify.info(this.$gettextInterpolate(this.$gettext("%{n} people found"), {n: this.results.length})); } } else { - this.$notify.info(this.$gettext('More than 20 people found')); - + // this.$notify.info(this.$gettext('More than 20 people found')); this.$nextTick(() => { if (this.$root.$el.clientHeight <= window.document.documentElement.clientHeight + 300) { this.$emit("scrollRefresh");