mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 17:01:00 +03:00
Merge pull request #567 from comey246/fix-bug-inputType
fix: bug inputType
This commit is contained in:
@@ -61,7 +61,7 @@ export const Input = ({ inputParam, value, onChange, disabled = false, showDialo
|
|||||||
|
|
||||||
Input.propTypes = {
|
Input.propTypes = {
|
||||||
inputParam: PropTypes.object,
|
inputParam: PropTypes.object,
|
||||||
value: PropTypes.string,
|
value: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
||||||
onChange: PropTypes.func,
|
onChange: PropTypes.func,
|
||||||
disabled: PropTypes.bool,
|
disabled: PropTypes.bool,
|
||||||
showDialog: PropTypes.bool,
|
showDialog: PropTypes.bool,
|
||||||
|
|||||||
Reference in New Issue
Block a user