Skip to content

Commit

Permalink
make sure blowout only emits for multiDispenses
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Dec 3, 2024
1 parent 34cb611 commit c692fec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ export const moveLiquidFormToArgs = (
const blowoutLocation =
(fields.blowout_checkbox && fields.blowout_location) ||
(fields.disposalVolume_checkbox &&
path === 'multiDispense' &&
fields.disposalVolume_volume &&
fields.blowout_location) ||
null
Expand Down

0 comments on commit c692fec

Please sign in to comment.