Skip to content

Commit d6372b0

Browse files
committed
fix(issuer): tiered sto price input
1 parent ef62a7c commit d6372b0

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)