Skip to content

Commit a0f9a6b

Browse files
Merge pull request #570 from PolymathNetwork/fix/tiered-sto-price
fix(issuer): tiered sto price input
2 parents ef62a7c + d6372b0 commit a0f9a6b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • packages/polymath-issuer/src/pages/sto/components/ConfigureSTOForm/forms/USDTieredSTO

packages/polymath-issuer/src/pages/sto/components/ConfigureSTOForm/forms/USDTieredSTO/InvestmentTiers.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ export default class InvestmentTiers extends React.Component<Props, State> {
239239
<FormItem.Input
240240
FormikComponent={Field}
241241
component={NumberInput}
242-
min={0.01}
243242
maxDecimals={2}
244243
placeholder="Enter amount"
245244
unit="USD"

0 commit comments

Comments
 (0)