Skip to content

Commit 6ae0220

Browse files
committed
removed options in NumberInput propTypes as they are not used
1 parent 17c51aa commit 6ae0220

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/ra-ui-materialui/src/input/NumberInput.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ NumberInput.propTypes = {
165165
PropTypes.bool,
166166
PropTypes.element,
167167
]),
168-
options: PropTypes.object,
169168
resource: PropTypes.string,
170169
source: PropTypes.string,
171170
step: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),

0 commit comments

Comments
 (0)