rusackas commented on a change in pull request #9267: [Charts] Use the Edit
Properties modal throughout React views
URL:
https://github.com/apache/incubator-superset/pull/9267#discussion_r389956777
##########
File path: superset-frontend/src/explore/components/DisplayQueryButton.jsx
##########
@@ -65,7 +68,7 @@ const defaultProps = {
animation: true,
};
-export default class DisplayQueryButton extends React.PureComponent {
+export class DisplayQueryButton extends React.PureComponent {
Review comment:
Do we want/need to export this here? The default export at the bottom is the
class connected to the redux store, which seems like it's what people will want
to actually import.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]