Skip to content

Commit

Permalink
Fixed search of sources
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Sep 2, 2021
1 parent b5aaf82 commit 8b9f8cb
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 8b9f8cb

Please sign in to comment.