We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c57d4f commit 90be647Copy full SHA for 90be647
1 file changed
src/components/ThumbnailCanvasGrouping.jsx
@@ -129,11 +129,15 @@ ThumbnailCanvasGrouping.propTypes = {
129
canvasGroupings: PropTypes.array.isRequired, // eslint-disable-line react/forbid-prop-types
130
columnIndex: PropTypes.number,
131
currentCanvasId: PropTypes.string.isRequired,
132
- data: PropTypes.object.isRequired,
133
height: PropTypes.number.isRequired,
134
index: PropTypes.number,
135
position: PropTypes.string.isRequired,
136
setCanvas: PropTypes.func.isRequired,
137
showThumbnailLabels: PropTypes.bool.isRequired,
138
style: PropTypes.object.isRequired, // eslint-disable-line react/forbid-prop-types
139
};
+
140
+ThumbnailCanvasGrouping.defaultProps = {
141
+ columnIndex: undefined,
142
+ index: undefined,
143
+};
0 commit comments