modify disable app modal

This commit is contained in:
Davor 2022-08-01 23:02:11 +02:00
parent 1c153ac5ad
commit 08094e233c
12 changed files with 153 additions and 35 deletions

View file

@ -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: {},