Skip to content

Commit 069b41a

Browse files
committed
remove arrowIcon default value
1 parent 50372f6 commit 069b41a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ ReactDOM.render(collapse, container);
112112
<tr>
113113
<td>arrowIcon</td>
114114
<td>React.Node</td>
115-
<th>''</th>
115+
<th></th>
116116
<td>specific the custom arrow icon.</td>
117117
</tr>
118118
</tbody>

src/Collapse.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ Collapse.defaultProps = {
142142
onChange() {},
143143
accordion: false,
144144
destroyInactivePanel: false,
145-
arrowIcon: '',
146145
};
147146

148147
Collapse.Panel = CollapsePanel;

0 commit comments

Comments
 (0)