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

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


The following commit(s) were added to refs/heads/feat-6079 by this push:
     new 5d77612a2 fix(config-ui): lint error
5d77612a2 is described below

commit 5d77612a21ee3035da24ae9731365faa98813ec7
Author: mintsweet <[email protected]>
AuthorDate: Mon Sep 18 14:07:03 2023 +1200

    fix(config-ui): lint error
---
 .../src/pages/blueprint/detail/components/advanced-editor/index.tsx     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/config-ui/src/pages/blueprint/detail/components/advanced-editor/index.tsx 
b/config-ui/src/pages/blueprint/detail/components/advanced-editor/index.tsx
index 175bdbb34..fa46f2698 100644
--- a/config-ui/src/pages/blueprint/detail/components/advanced-editor/index.tsx
+++ b/config-ui/src/pages/blueprint/detail/components/advanced-editor/index.tsx
@@ -83,7 +83,7 @@ export const AdvancedEditor = ({ value, onChange }: Props) => 
{
             </Menu>
           }
           renderTarget={({ isOpen, ref, ...targetProps }) => (
-            <Button {...targetProps} elementRef={ref} small text="Load 
Templates" rightIcon="caret-down" />
+            <Button {...targetProps} ref={ref} small text="Load Templates" 
rightIcon="caret-down" />
           )}
         />
       </ButtonGroup>

Reply via email to