diff --git a/new-lamassu-admin/src/pages/Triggers/helper.js b/new-lamassu-admin/src/pages/Triggers/helper.js index 402e635e..c7b9a565 100644 --- a/new-lamassu-admin/src/pages/Triggers/helper.js +++ b/new-lamassu-admin/src/pages/Triggers/helper.js @@ -449,7 +449,7 @@ const Requirement = () => { {isSuspend && ( { bold className={classnames(inputClasses)} name="threshold.threshold" - component={TextInput} + component={NumberInput} textAlign="right" /> ) : ( @@ -559,7 +559,7 @@ const DisplayThreshold = ({ config, currency, isEdit }) => { bold className={classnames(inputClasses)} name="threshold.thresholdDays" - component={TextInput} + component={NumberInput} textAlign="right" /> ) : (