You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/08/30 07:13:37 UTC

[GitHub] [superset] stephenLYZ commented on a diff in pull request #21232: fix(dev-server run): Check for environment tag not being undefined

stephenLYZ commented on code in PR #21232:
URL: https://github.com/apache/superset/pull/21232#discussion_r958090376


##########
superset-frontend/src/views/components/RightMenu.tsx:
##########
@@ -281,7 +281,7 @@ const RightMenu = ({
           onDatabaseAdd={handleDatabaseAdd}
         />
       )}
-      {environmentTag.text && (
+      {environmentTag && environmentTag.text && (

Review Comment:
   Ops...Let's put it on the next PR



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org