You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2021/02/16 22:08:02 UTC

[superset] branch hugh/dbl-click-title created (now a8ccf9f)

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

hugh pushed a change to branch hugh/dbl-click-title
in repository https://gitbox.apache.org/repos/asf/superset.git.


      at a8ccf9f  save'

This branch includes the following new commits:

     new a8ccf9f  save'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[superset] 01/01: save'

Posted by hu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hugh pushed a commit to branch hugh/dbl-click-title
in repository https://gitbox.apache.org/repos/asf/superset.git

commit a8ccf9fba2ab6c05a2ec77e0f9c5704946f065a7
Author: hughhhh <hu...@gmail.com>
AuthorDate: Tue Feb 16 17:06:57 2021 -0500

    save'
---
 superset-frontend/src/SqlLab/components/TabbedSqlEditors.jsx | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/superset-frontend/src/SqlLab/components/TabbedSqlEditors.jsx b/superset-frontend/src/SqlLab/components/TabbedSqlEditors.jsx
index 028954b..987ead9 100644
--- a/superset-frontend/src/SqlLab/components/TabbedSqlEditors.jsx
+++ b/superset-frontend/src/SqlLab/components/TabbedSqlEditors.jsx
@@ -375,7 +375,8 @@ class TabbedSqlEditors extends React.PureComponent {
           <div data-test="dropdown-toggle-button">
             <Dropdown overlay={menu} trigger={['click']} />
           </div>
-          <TabTitle>{qe.title}</TabTitle> <TabStatusIcon tabState={state} />{' '}
+          <TabTitle onClick={() => console.log('test')}>{qe.title}</TabTitle>
+          <TabStatusIcon tabState={state} />{' '}
         </TabTitleWrapper>
       );
       return (