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/06/02 16:02:42 UTC

[GitHub] [incubator-superset] micimize commented on pull request #9456: fix: Disable save button when can_add: false, can_overwrite: false

micimize commented on pull request #9456:
URL: https://github.com/apache/incubator-superset/pull/9456#issuecomment-637647742


   @villebro could you look this when you get the chance? It basically boils down to:
   ```diff
   <QueryAndSaveBtns 
   -  canAdd="True"
   +  canAdd={!!(this.props.can_add || this.props.can_overwrite)} 
   ```


----------------------------------------------------------------
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