hughhhh commented on code in PR #20876: URL: https://github.com/apache/superset/pull/20876#discussion_r1107667613
########## superset-frontend/src/explore/components/PropertiesModal/index.tsx: ########## @@ -314,6 +421,26 @@ function PropertiesModal({ )} </StyledHelpBlock> </FormItem> + {isFeatureEnabled(FeatureFlag.TAGGING_SYSTEM) && ( + <h3 style={{ marginTop: '1em' }}>{t('Tags')}</h3> Review Comment: can we address this concern? @cccs-RyanK -- 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-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org