Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ const ListOrderDetails: React.FC<ListOrdersDetailsProps> = ({ groupedOrders }) =
<div className={styles.testsOrderedActions}>
<ExtensionSlot state={{ order: order }} name="rejected-ordered-actions-slot" />
<ExtensionSlot state={{ order: order }} name="tests-ordered-actions-slot" />
<ExtensionSlot state={{ order: order }} name="add-lab-order-details-slot" />
Copy link
Member

@denniskigen denniskigen Dec 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @arodidev. A bit more info about what this does or is meant to do would be nice here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the reminder. I've updated the PR summary to reflect the same.

</div>
</>
) : order.fulfillerStatus === 'IN_PROGRESS' ? (
Expand Down
Loading