Agregada accion para togglear faltantes y sobrantes desde otras stores

This commit is contained in:
Alejandro Tasistro 2025-09-13 19:13:42 -03:00
parent 97fb03f299
commit d7710c306b

View file

@ -84,6 +84,9 @@ const actions = {
migasOllas({ commit }) {
commit("migasOllas");
},
toggleFaltantesYSobrantes({ commit }) {
commit("toggleFaltantesYSobrantes");
}
};
export default {