From 000bf13a826a0e97ce8508f5b8d219c1555e523d Mon Sep 17 00:00:00 2001 From: Ryan Mathis Date: Mon, 23 Aug 2021 08:29:10 -0700 Subject: [PATCH] Fixed issue with checkboxes on source list --- ui/src/app/metadata/domain/source/component/SourceList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/app/metadata/domain/source/component/SourceList.js b/ui/src/app/metadata/domain/source/component/SourceList.js index 60bce07f2..e6b63a4f4 100644 --- a/ui/src/app/metadata/domain/source/component/SourceList.js +++ b/ui/src/app/metadata/domain/source/component/SourceList.js @@ -55,7 +55,7 @@ export default function SourceList({ entities, onDelete, onEnable, onChangeGroup {onEnable && isAdmin ? onEnable(source, checked)}