Move error_tracking state closer to component
Rather than passing a bunch of store data to error_tracking via the parent component, use Vuex methods in the component directly This means changes to the error tracking form won't also require props changes and changes to the parent component
Showing
Please register or sign in to comment