We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1acdbdb commit 467d149Copy full SHA for 467d149
src/composables/useMenu.ts
@@ -22,7 +22,7 @@ type Menu = {
22
}
23
24
function useMenu(identityStateStore, identityAffectationStore) {
25
- const menuParts = ref(['Listes', 'Affectations', 'Etats','Activation','Données'])
+ const menuParts = ref(['Données','Listes', 'Affectations', 'Etats','Activation'])
26
const menus = ref([
27
{
28
icon: 'mdi-account',
0 commit comments