graceguo-supercat commented on a change in pull request #8455: [Datasource
Editor] A few small UI changes in modal to prevent accidental edits
URL:
https://github.com/apache/incubator-superset/pull/8455#discussion_r339410013
##########
File path: superset/assets/src/components/TableSelector.jsx
##########
@@ -43,6 +43,7 @@ const propTypes = {
onChange: PropTypes.func,
clearable: PropTypes.bool,
handleError: PropTypes.func.isRequired,
+ forceDisableTableSelector: PropTypes.bool,
Review comment:
In function `renderTable()`, there is an existed logic to disable Select,
which is based on database attribute or schema state.
`forceDisableTableSelector` indicates this logic is outside component itself.
----------------------------------------------------------------
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]