modify disable app modal
This commit is contained in:
parent
1c153ac5ad
commit
08094e233c
12 changed files with 153 additions and 35 deletions
|
|
@ -32,6 +32,7 @@ const appsReducer = (state: any = initialUsersState, action: any) => {
|
|||
currentApp: action.payload,
|
||||
};
|
||||
case AppActionTypes.CLEAR_APP:
|
||||
case AppActionTypes.DELETE_APP:
|
||||
return {
|
||||
...state,
|
||||
currentApp: {},
|
||||
|
|
|
|||
Reference in a new issue