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 2023/03/21 00:29:17 UTC

[superset] branch fix-tags-issue created (now 7939b9239a)

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

hugh pushed a change to branch fix-tags-issue
in repository https://gitbox.apache.org/repos/asf/superset.git


      at 7939b9239a add logs)

This branch includes the following new commits:

     new 7939b9239a add logs)

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: add logs)

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

hugh pushed a commit to branch fix-tags-issue
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 7939b9239ab1fa35e611d43b83e20539de05eaa6
Author: hughhhh <hu...@gmail.com>
AuthorDate: Mon Mar 20 17:28:59 2023 -0700

    add logs)
---
 superset-frontend/src/dashboard/components/PropertiesModal/index.tsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/superset-frontend/src/dashboard/components/PropertiesModal/index.tsx b/superset-frontend/src/dashboard/components/PropertiesModal/index.tsx
index b12102d324..9fd4f9a9bc 100644
--- a/superset-frontend/src/dashboard/components/PropertiesModal/index.tsx
+++ b/superset-frontend/src/dashboard/components/PropertiesModal/index.tsx
@@ -610,6 +610,7 @@ const PropertiesModal = ({
         },
         (tags: TagType[]) => setTags(tags),
         (error: Response) => {
+          console.log(error);
           addDangerToast(`Error fetching tags: ${error.text}`);
         },
       );