The React dashboard is missing the UI components required to refund orders that have been delivered. In the legacy Angular admin UI, there was a 'Refund & Cancel Order' dialog that allowed users to process refunds.
Currently, we only see the option 'Transition to Cancelled', and if we click on that we get this message: 'Cannot transition Order to the "Cancelled" state unless all OrderItems are cancelled'
Is there any way to refund delivered orders in the current React dashboard?
Thanks