Changed ux for user creation to a toggle instead of a button
This commit is contained in:
@@ -118,7 +118,9 @@ export const useEmployee = defineStore({
|
||||
},
|
||||
|
||||
getters: {
|
||||
|
||||
userEnabled: (state) => {
|
||||
return state.clean.employee.username ? true : false
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user