TF-3515 Add save email as template feature
This commit is contained in:
@@ -42,6 +42,7 @@ class SaveComposerCacheOnWebInteractor {
|
||||
draftHash: createEmailRequest.savedDraftHash,
|
||||
actionType: createEmailRequest.savedActionType,
|
||||
draftEmailId: createEmailRequest.draftsEmailId,
|
||||
templateEmailId: createEmailRequest.templateEmailId,
|
||||
));
|
||||
return Right(SaveComposerCacheSuccess());
|
||||
} catch (exception) {
|
||||
|
||||
Reference in New Issue
Block a user