People: Disable "More than 20 people found" notification #3608

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-09-20 12:23:30 +02:00
parent 8dbbe1c4f9
commit dfd706b405

View file

@ -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");