Fixed: Allow decimals for Seed Ratio

This commit is contained in:
Bogdan
2024-05-07 00:11:20 +03:00
parent 68b895d2ad
commit dd21d9b521
4 changed files with 4 additions and 2 deletions
@@ -224,6 +224,7 @@ function EditIndexerModalContent(props: EditIndexerModalContentProps) {
name="seedRatio"
value={seedRatio}
helpText={translate('SeedRatioHelpText')}
isFloat={true}
onChange={onInputChange}
/>
</FormGroup>