Skip to content

Commit ba75981

Browse files
committed
Changing Kind shall not affect the search
Signed-off-by: guido <[email protected]>
1 parent 39ec8e6 commit ba75981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/client/src/components/composite-entities-by-kind.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export function CompositeEntitiesByKind<E, K>(
139139
}
140140

141141
props
142-
.searchEntities('', _kind, {
142+
.searchEntities(searchPhrase, _kind, {
143143
exclude: state.entities,
144144
})
145145
.then((result) => {

0 commit comments

Comments
 (0)