Skip to content

Commit

Permalink
Update Release.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
seenanair committed Oct 16, 2023
1 parent 6d25b72 commit 7fd61f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/Release.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ function Release({ releaseInfo }: PageParams) {
} else return { barcode: suggestedWork.barcode };
})
};
alert(newValues.releaseLabware.map((s) => s.barcode).join(','));
return stanCore.ReleaseLabware({ releaseRequest: newValues });
}
}
Expand Down

0 comments on commit 7fd61f5

Please sign in to comment.