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 a88713480 fix(config-ui): abnormal loss of focus (#4563)
a88713480 is described below

commit a8871348062ccb99db514e02dd9b7e4ee2d4057d
Author: 青湛 <[email protected]>
AuthorDate: Thu Mar 2 10:13:11 2023 +0800

    fix(config-ui): abnormal loss of focus (#4563)
---
 config-ui/src/pages/blueprint/create/components/action/index.tsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config-ui/src/pages/blueprint/create/components/action/index.tsx 
b/config-ui/src/pages/blueprint/create/components/action/index.tsx
index 79db4eef9..10f312ed8 100644
--- a/config-ui/src/pages/blueprint/create/components/action/index.tsx
+++ b/config-ui/src/pages/blueprint/create/components/action/index.tsx
@@ -64,6 +64,7 @@ export const Action = () => {
               error ? (
                 <Popover2
                   defaultIsOpen
+                  interactionKind="hover"
                   placement={Position.TOP}
                   content={
                     <S.Error>

Reply via email to