Remove RECEIVE_SET_LICENSE_APPROVAL mutation
The RECEIVE_SET_LICENSE_APPROVAL mutation did the same thing as RESET_LICENSE_IN_MODAL, so this removes it. This also ensures that the fetchLicenses action is properly dispatched. This was done via a mediator, but we can simplify this by dispatching from the receiveSetLicenseApproval action directly.
Showing
Please register or sign in to comment