villebro commented on a change in pull request #13723:
URL: https://github.com/apache/superset/pull/13723#discussion_r598709494
##########
File path: superset-frontend/src/dashboard/components/dnd/DragDroppable.jsx
##########
@@ -37,7 +37,7 @@ const propTypes = {
component: componentShape.isRequired,
parentComponent: componentShape,
depth: PropTypes.number.isRequired,
- disableDragDrop: PropTypes.bool,
+ disableDragdrop: PropTypes.bool,
Review comment:
Nice catch 👍 I personally prefer `disableDragDrop`, but if it's used in
many places it's probably better to just change it here.
--
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]