From 97cc723c298fa1802d74a40b7ba512205825bc4c Mon Sep 17 00:00:00 2001 From: Ryan Mathis Date: Mon, 17 Oct 2022 15:19:09 -0700 Subject: [PATCH] Updated id attribute --- 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 671c08a0b..923f41273 100644 --- a/ui/src/app/metadata/domain/source/component/SourceList.js +++ b/ui/src/app/metadata/domain/source/component/SourceList.js @@ -68,7 +68,7 @@ export default function SourceList({ entities, onDelete, onEnable, onChangeGroup {onEnable && canEnable ? onEnable(source, checked)}