TF-3408 Set limit=MAX for contact view in search

This commit is contained in:
dab246
2025-02-05 03:00:08 -08:00
committed by Dat H. Pham
parent aceaebe869
commit 2118f3f849
3 changed files with 7 additions and 12 deletions
@@ -163,7 +163,6 @@ class ContactController extends BaseController with AutoCompleteResultMixin {
final autoCompletePattern = AutoCompletePattern(
word: queryString,
limit: 30,
accountId: _accountId);
if (_contactSuggestionSource == ContactSuggestionSource.all) {