Skip to content

Commit

Permalink
Merge pull request #5045 from Opentrons/0f7910-fix-fields
Browse files Browse the repository at this point in the history
fix(protocols/0f7910): change field.json to take float instead of int
  • Loading branch information
ramifarawi authored Mar 5, 2024
2 parents 1428d8d + 7272c01 commit c47e8ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocols/0f7910/fields.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
},
{
"type": "float",
"label": "Transfer Volume",
"label": "Transfer Volume (ul)",
"name": "transfer_vol",
"default": 12
"default": 12.0
},
{
"type": "int",
Expand Down

0 comments on commit c47e8ad

Please sign in to comment.