eschutho commented on a change in pull request #12087:
URL:
https://github.com/apache/incubator-superset/pull/12087#discussion_r545437975
##########
File path: superset-frontend/src/SqlLab/components/ScheduleQueryButton.jsx
##########
@@ -202,14 +201,15 @@ class ScheduleQueryButton extends React.PureComponent {
modalTitle={t('Schedule Query')}
modalBody={this.renderModalBody()}
triggerNode={
- <Button
+ <div
+ role="button"
buttonSize="small"
onClick={this.toggleSchedule}
disabled={this.props.disabled}
tooltip={this.props.tooltip}
>
- <i className="fa fa-calendar" /> {t('Schedule')}
- </Button>
+ {t('Schedule')}
Review comment:
does `buttonSize` do anything with this element now that it's a div?
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]