Skip to content

Commit

Permalink
fix(settings-media-repurposing): prevent entering invalid user ID in …
Browse files Browse the repository at this point in the history
…custom list KMCNG-2653
  • Loading branch information
amirch1 committed Jul 3, 2024
1 parent e5a9a07 commit 5061664
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ import {AppAnalytics, ButtonType} from 'app-shared/kmc-shell';
[classField]="'__class'"
field="id"
[allowMultiple]="true"
[limitToSuggestions]="false"
[limitToSuggestions]="true"
[minLength]="3"
suggestionSelectableField="isSelectable"
[suggestionsProvider]="_usersProvider"
Expand Down

0 comments on commit 5061664

Please sign in to comment.