Skip to content

Commit 467d149

Browse files
committed
Update useMenu.ts
1 parent 1acdbdb commit 467d149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/composables/useMenu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type Menu = {
2222
}
2323

2424
function useMenu(identityStateStore, identityAffectationStore) {
25-
const menuParts = ref(['Listes', 'Affectations', 'Etats','Activation','Données'])
25+
const menuParts = ref(['Données','Listes', 'Affectations', 'Etats','Activation'])
2626
const menus = ref([
2727
{
2828
icon: 'mdi-account',

0 commit comments

Comments
 (0)