This is an automated email from the ASF dual-hosted git repository.

likyh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/main by this push:
     new a5d233e24 fix(config-ui): data entities selection is not working 
(#3992)
a5d233e24 is described below

commit a5d233e24c594d9807835029ce4d53a4f88bd2a1
Author: 青湛 <[email protected]>
AuthorDate: Wed Dec 21 11:39:19 2022 +0800

    fix(config-ui): data entities selection is not working (#3992)
---
 config-ui/src/plugins/common/data-scope/use-data-scope.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config-ui/src/plugins/common/data-scope/use-data-scope.ts 
b/config-ui/src/plugins/common/data-scope/use-data-scope.ts
index c7b64dd13..ef4f4d929 100644
--- a/config-ui/src/plugins/common/data-scope/use-data-scope.ts
+++ b/config-ui/src/plugins/common/data-scope/use-data-scope.ts
@@ -99,7 +99,7 @@ export const useDataScope = ({
       onSave?.(
         res.map((it: any) => ({
           id: getPluginId(it),
-          entities
+          entities: selectedEntities
         }))
       )
     }

Reply via email to