rusackas commented on code in PR #39230:
URL: https://github.com/apache/superset/pull/39230#discussion_r3455900877


##########
superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:
##########
@@ -559,6 +560,7 @@ const SliceHeaderControls = (
       {isFullSize && (
         <Icons.FullscreenExitOutlined
           style={{ fontSize: 22 }}
+          aria-label={t('Exit fullscreen')}
           onClick={() => {
             props.handleToggleFullSize();

Review Comment:
   @Aitema-gmbh would you be willing to assess/tackle this part?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to