soniagtm commented on code in PR #27969:
URL: https://github.com/apache/superset/pull/27969#discussion_r1560407047


##########
superset-frontend/src/SqlLab/components/ResultSet/index.tsx:
##########
@@ -579,6 +580,10 @@ const ResultSet = ({
       const expandedColumns = results.expanded_columns
         ? results.expanded_columns.map(col => col.column_name)
         : [];
+      const allowHTML = getItem(
+        LocalStorageKeys.SqllabIsRenderHtmlEnabled,
+        true,

Review Comment:
   I thought that we wouldn't want to change the current behavior of the result 
table (FilterableTable), as it currently always renders results in HTML if 
applicable. That's why I set the default value to true.



-- 
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

Reply via email to