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 2021/09/22 05:54:26 UTC

[GitHub] [superset] anilvpatel21 commented on issue #14948: On Refreshing Alerts & Reports page UI disappears

anilvpatel21 commented on issue #14948:
URL: https://github.com/apache/superset/issues/14948#issuecomment-924608643


   @ukm21 In the local superset_config.py, you must have enabled ALERT_REPORTS in DEFAULT_FEATURE_FLAGS and remove ENABLE_ALERTS from the config file. Hope it will work.
   ```
   #ENABLE_ALERTS = False
   DEFAULT_FEATURE_FLAGS = {
         ALERT_REPORTS: 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-unsubscribe@superset.apache.org

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