vuex-crud icon indicating copy to clipboard operation
vuex-crud copied to clipboard

fix action destroySuccess passing to many parameters

Open byrd1089 opened this issue 5 years ago • 0 comments

I found an issue where the destroy action was passing 2 parameters, instead of the allowed 1 to the mutation destroySuccess. The result was the mutation never passed the response parameter to the onDestroySuccess callback.

byrd1089 avatar Sep 21 '19 18:09 byrd1089