We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ceae53 commit 15a2be6Copy full SHA for 15a2be6
src/sourceData.jsx
@@ -137,7 +137,7 @@ class SourceData extends Component {
137
}
138
139
SourceData.propTypes = {
140
- iconStatus: PropTypes.string,
+ iconStatus: PropTypes.object,
141
relation: PropTypes.array.isRequired,
142
columns: PropTypes.array.isRequired,
143
data: PropTypes.array.isRequired,
src/targetData.jsx
@@ -136,7 +136,7 @@ class TargetData extends Component {
136
TargetData.propTypes = {
0 commit comments