Skip to content

Commit

Permalink
ignore system location check in unoccupied trash
Browse files Browse the repository at this point in the history
  • Loading branch information
CaseyBatten committed Jan 17, 2025
1 parent 446a8cf commit cf0def5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protocol-designer/src/step-forms/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ export const getUnoccupiedSlotForTrash = (
const newLocation = command.params.newLocation
if (
newLocation !== 'offDeck' &&
newLocation !== 'systemLocation' &&
newLocation !== null &&
'slotName' in newLocation
) {
Expand Down

0 comments on commit cf0def5

Please sign in to comment.