Added appointment reminder email + gql fragments for emails.
This commit is contained in:
@@ -25,7 +25,8 @@ const emailReducer = (state = INITIAL_STATE, action) => {
|
||||
case EmailActionTypes.SET_EMAIL_OPTIONS:
|
||||
return {
|
||||
...state,
|
||||
emailConfig: { ...action.payload }
|
||||
emailConfig: { ...action.payload },
|
||||
visible: true
|
||||
};
|
||||
default:
|
||||
return state;
|
||||
|
||||
Reference in New Issue
Block a user