mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-23 13:15:49 +00:00
Remove default amount values
This commit is contained in:
@@ -1264,7 +1264,7 @@ Update the form with fields and buttons to support the new functions.
|
|||||||
Amount
|
Amount
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" id="standbyAmountField" size="40" value="100"></input>
|
<input type="text" id="standbyAmountField" size="40"></input>
|
||||||
<br>
|
<br>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -1448,7 +1448,7 @@ Update the form with fields and buttons to support the new functions.
|
|||||||
Amount
|
Amount
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" id="operationalAmountField" size="40" value="100"></input>
|
<input type="text" id="operationalAmountField" size="40"></input>
|
||||||
<br>
|
<br>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user