From 8b9f8cb386655ca010c75ffdf1f2c1e052313c17 Mon Sep 17 00:00:00 2001 From: Ryan Mathis Date: Thu, 2 Sep 2021 14:20:47 -0700 Subject: [PATCH] Fixed search of sources --- ui/src/app/dashboard/view/SourcesTab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/app/dashboard/view/SourcesTab.js b/ui/src/app/dashboard/view/SourcesTab.js index e69198fb6..36cdc1bdf 100644 --- a/ui/src/app/dashboard/view/SourcesTab.js +++ b/ui/src/app/dashboard/view/SourcesTab.js @@ -59,7 +59,7 @@ export function SourcesTab () { {(enable, remove) => remove(id, loadSources)} onEnable={(s, e) => enable(s, e, loadSources) } onChangeGroup={changeSourceGroup} />