People: Disable "More than 20 people found" notification #3608
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
8dbbe1c4f9
commit
dfd706b405
1 changed files with 1 additions and 2 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue