Don't show Suggested heading if there are no suggestions (#10695)
This commit is contained in:
@@ -219,7 +219,7 @@ export function AddMembersFlow({
|
||||
}
|
||||
}
|
||||
|
||||
if (searchText === '') {
|
||||
if (searchText === '' && _items.length > 0) {
|
||||
_items.unshift({
|
||||
type: 'label',
|
||||
key: 'suggested',
|
||||
|
||||
Reference in New Issue
Block a user