You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by li...@apache.org on 2022/09/29 04:13:47 UTC

[incubator-devlake] branch main updated: fix(config-ui): extra settings cause the incorrect cursor (#3248)

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 3af0cf79 fix(config-ui): extra settings cause the incorrect cursor (#3248)
3af0cf79 is described below

commit 3af0cf79bc2faec457b4b8050806c95903e48a90
Author: 青湛 <0x...@gmail.com>
AuthorDate: Thu Sep 29 12:13:43 2022 +0800

    fix(config-ui): extra settings cause the incorrect cursor (#3248)
---
 config-ui/src/pages/configure/settings/github.jsx | 1 -
 1 file changed, 1 deletion(-)

diff --git a/config-ui/src/pages/configure/settings/github.jsx b/config-ui/src/pages/configure/settings/github.jsx
index 6512b8ff..525afd73 100644
--- a/config-ui/src/pages/configure/settings/github.jsx
+++ b/config-ui/src/pages/configure/settings/github.jsx
@@ -442,7 +442,6 @@ export default function GithubSettings(props) {
                 fill
                 rows={2}
                 growVertically={false}
-                autoFocus
               />
             </FormGroup>
           </div>