Update initial values for users module state
This commit is contained in:
parent
ca8df9e726
commit
005c8ff161
1 changed files with 1 additions and 3 deletions
|
@ -24,6 +24,7 @@ const users = {
|
|||
searchQuery: '',
|
||||
totalUsersCount: 0,
|
||||
currentPage: 1,
|
||||
pageSize: 50,
|
||||
filters: {
|
||||
local: false,
|
||||
external: false,
|
||||
|
@ -73,9 +74,6 @@ const users = {
|
|||
},
|
||||
SET_USERS_FILTERS: (state, filters) => {
|
||||
state.filters = filters
|
||||
},
|
||||
SET_USER_PROFILE: (state, user) => {
|
||||
state.userProfile = user
|
||||
}
|
||||
},
|
||||
actions: {
|
||||
|
|
Loading…
Reference in a new issue