rusackas commented on code in PR #19897:
URL: https://github.com/apache/superset/pull/19897#discussion_r863955281
##########
superset-frontend/src/components/FilterableTable/index.tsx:
##########
@@ -287,6 +277,33 @@ export default class FilterableTable extends PureComponent<
this.fitTableToWidthIfNeeded();
}
+ getJsonTreeTheme() {
+ if (!this.jsonTreeTheme) {
+ const { theme } = this.props;
+ this.jsonTreeTheme = {
+ scheme: 'monokai',
+ author: 'wimer hazenberg (http://www.monokai.nl)',
Review Comment:
No need, per se, but I wonder if this is changed significantly enough that
we should remove the scheme name and author ¯\\\_(ツ)_/¯
--
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]