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

klesh 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 48492361d fix: azure devops data scope name error (#6860)
48492361d is described below

commit 48492361dd332a60c416631a4cf896953d31a8f1
Author: 青湛 <[email protected]>
AuthorDate: Tue Jan 23 17:17:34 2024 +1300

    fix: azure devops data scope name error (#6860)
---
 config-ui/src/plugins/components/data-scope-remote/search-local.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/config-ui/src/plugins/components/data-scope-remote/search-local.tsx 
b/config-ui/src/plugins/components/data-scope-remote/search-local.tsx
index bc2ecb22e..244b72de2 100644
--- a/config-ui/src/plugins/components/data-scope-remote/search-local.tsx
+++ b/config-ui/src/plugins/components/data-scope-remote/search-local.tsx
@@ -196,7 +196,7 @@ export const SearchLocal = ({ plugin, connectionId, config, 
disabledScope, selec
                 closable
                 onClose={() => onChange(selectedScope.filter((it) => it.id !== 
sc.id))}
               >
-                {sc.fullName}
+                {sc.fullName ?? sc.name}
               </Tag>
             ))
           ) : (

Reply via email to