Skip to content

Commit 5339c08

Browse files
committed
feat: rm rows in mentionsProps
1 parent 2e22c64 commit 5339c08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/vc-mentions/src/mentionsProps.js

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export const mentionsProps = {
1717
split: PropTypes.string,
1818
transitionName: PropTypes.string,
1919
placement: PropTypes.oneOf(PlaceMent),
20-
rows: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
2120
character: PropTypes.any,
2221
characterRender: PropTypes.func,
2322
filterOption: PropTypes.func,

0 commit comments

Comments
 (0)