Remove RECEIVE_DELETE_LICENSE mutation
The RECEIVE_DELETE_LICENSE 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 receiveDeleteLicense action directly.
Showing
Please register or sign in to comment