You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/12/15 16:51:34 UTC

[GitHub] [incubator-superset] maloun96 commented on a change in pull request #11976: refactor : Transform RefreshModal to Typescript

maloun96 commented on a change in pull request #11976:
URL: https://github.com/apache/incubator-superset/pull/11976#discussion_r543512931



##########
File path: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx
##########
@@ -104,7 +119,7 @@ class RefreshIntervalModal extends React.PureComponent {
             <FormLabel>{t('Refresh frequency')}</FormLabel>
             <Select
               options={options}
-              value={this.state.refreshFrequency}
+              value={this.state.refreshFrequency as ValueType<any>}

Review comment:
       ![image](https://user-images.githubusercontent.com/8277264/102244994-ad4fb300-3f05-11eb-8f2f-3521d34174de.png)
   




----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org