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:18 UTC

[superset] 01/01: add logs)

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}`);
         },
       );