mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-13 00:16:17 +02:00
add id to props for completeness
This commit is contained in:
parent
e67d9c6d4f
commit
279521cab4
@ -21,6 +21,7 @@ const ResizeHandle = (props) => {
|
||||
ResizeHandle.propTypes = {
|
||||
vertical: PropTypes.bool,
|
||||
reverse: PropTypes.bool,
|
||||
id: PropTypes.string,
|
||||
};
|
||||
|
||||
export default ResizeHandle;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user