WIP: funcion/faltantes-y-sobrantes #52
1 changed files with 1 additions and 2 deletions
|
|
@ -46,8 +46,7 @@ const mutations = {
|
||||||
state.migas.reverse().pop();
|
state.migas.reverse().pop();
|
||||||
},
|
},
|
||||||
migasFaltantesYSobrantes(state) {
|
migasFaltantesYSobrantes(state) {
|
||||||
const migaAdmin = { nombre: 'Administración', action: 'ui/toggleFaltantesYSobrantes' }
|
state.migas[0] = { nombre: 'Administración', action: 'ui/toggleFaltantesYSobrantes' };
|
||||||
state.migas[0] = migaAdmin;
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue