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 2022/04/04 16:16:33 UTC

[superset] branch fix-gsheets created (now 14babdd056)

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

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


      at 14babdd056 fix key reference

This branch includes the following new commits:

     new 14babdd056 fix key reference

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: fix key reference

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

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

commit 14babdd0560dac84a5b6a202c9d01be65ddc9b24
Author: hughhhh <hu...@gmail.com>
AuthorDate: Mon Apr 4 12:15:53 2022 -0400

    fix key reference
---
 superset-frontend/src/views/components/MenuRight.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/src/views/components/MenuRight.tsx b/superset-frontend/src/views/components/MenuRight.tsx
index 6495b62912..4628a47e24 100644
--- a/superset-frontend/src/views/components/MenuRight.tsx
+++ b/superset-frontend/src/views/components/MenuRight.tsx
@@ -203,7 +203,7 @@ const RightMenu = ({
                       typeof item !== 'string' && item.name && item.perm ? (
                         <Fragment key={item.name}>
                           {idx === 2 && <Menu.Divider />}
-                          <Menu.Item>
+                          <Menu.Item key={item.name}>
                             {item.url ? (
                               <a href={item.url}> {item.label} </a>
                             ) : (