Add admin setting for the contacts suggestions limit

Improves visual info for #849
This commit is contained in:
the-djmaze 2023-01-17 11:52:07 +01:00
parent c5c180cb2e
commit 80eea23b10
32 changed files with 39 additions and 3 deletions

View file

@ -31,6 +31,8 @@ export class AdminSettingsContacts extends AbstractViewSettings {
testContactsErrorMessage: ''
});
this.addSetting('ContactsSuggestionsLimit');
const supportedTypes = SettingsGet('supportedPdoDrivers') || [],
types = [{
id:'sqlite',