Skip to content

Commit

Permalink
Merged in bugfix/nojira-searching-sources (pull request #522)
Browse files Browse the repository at this point in the history
Fixed search of sources

Approved-by: Bill Smith
Approved-by: Jonathan Johnson
  • Loading branch information
rmathis authored and Jonathan Johnson committed Sep 3, 2021
2 parents b5aaf82 + 8b9f8cb commit 7ea2f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/dashboard/view/SourcesTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function SourcesTab () {
<MetadataActions type="source">
{(enable, remove) =>
<SourceList
entities={sources}
entities={searched}
onDelete={(id) => remove(id, loadSources)}
onEnable={(s, e) => enable(s, e, loadSources) }
onChangeGroup={changeSourceGroup} />
Expand Down

0 comments on commit 7ea2f0b

Please sign in to comment.