Formatting.

This commit is contained in:
Chloe Herd 2023-06-21 10:35:58 -04:00
parent 99ae8bcb10
commit 89ba15c538

View file

@ -711,7 +711,7 @@ export const actions = {
// Dependency Actions
resetDamageAndDependencies(context) {
context.commit(storeMutations.RESET_DAMAGE_STATE);
context.dispatch(storeActions.RESET_PARTS_STATE_AND_DEPENDENCIES);
context.commit(storeMutations.UPDATE_VAPS, null);
@ -719,7 +719,7 @@ export const actions = {
resetRegistrationAndDependencies(context) {
context.commit(storeMutations.RESET_REGISTRATION_STATE);
context.dispatch(storeActions.RESET_PARTS_STATE_AND_DEPENDENCIES);
},