chore: fix action type
This commit is contained in:
parent
b5bda757bc
commit
b56f6048d4
|
@ -24,7 +24,7 @@ export function addUser(user: IUser): IAction {
|
||||||
|
|
||||||
export function removeUser(user: IUser): IAction {
|
export function removeUser(user: IUser): IAction {
|
||||||
return {
|
return {
|
||||||
type: types.DEEP_LINKING,
|
type: types.SELECTED_USERS.REMOVE_USER,
|
||||||
user
|
user
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue