Skip to content

Commit

Permalink
Merge pull request #5044 from Opentrons/0f7910
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 4, 2024
2 parents 91011ec + 3ce0c94 commit 1428d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/0f7910/fields.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
]
},
{
"type": "int",
"type": "float",
"label": "Transfer Volume",
"name": "transfer_vol",
"default": 12
Expand Down

0 comments on commit 1428d8d

Please sign in to comment.