- Added a maximum value of 0.85 to the input field in the GiftValuePage, ensuring that user input remains within acceptable limits and enhancing data validation.
@@ -375,6 +375,7 @@ const GiftValuePage: React.FC = () => {
step={0.01}
precision={4}
min={0}
+ max={0.85}
/>
</Form.Item>