Changed ux for user creation to a toggle instead of a button

This commit is contained in:
Sockenklaus
2021-11-04 23:03:23 +01:00
parent dc298c9ab2
commit d2b210c886
2 changed files with 25 additions and 8 deletions

View File

@@ -118,7 +118,9 @@ export const useEmployee = defineStore({
},
getters: {
userEnabled: (state) => {
return state.clean.employee.username ? true : false
}
}
})