TF-2667 Add cancel button in progress saving message to drafts dialog
This commit is contained in:
@@ -25,4 +25,6 @@ class SaveEmailAsDraftsSuccess extends UIActionState {
|
||||
class SaveEmailAsDraftsFailure extends FeatureFailure {
|
||||
|
||||
SaveEmailAsDraftsFailure(dynamic exception) : super(exception: exception);
|
||||
}
|
||||
}
|
||||
|
||||
class CancelSavingEmailToDrafts extends LoadingState {}
|
||||
Reference in New Issue
Block a user