TF-2973 Adjust remove button in email rule for each action or condition
This commit is contained in:
@@ -212,6 +212,7 @@ class ImagePaths {
|
||||
String get icPrinter => _getImagePath('ic_printer.svg');
|
||||
String get icAlwaysReadReceipt => _getImagePath('ic_always_read_receipt.svg');
|
||||
String get icNotification => _getImagePath('ic_notification.svg');
|
||||
String get icRemoveRule => _getImagePath('ic_remove_rule.svg');
|
||||
|
||||
String _getImagePath(String imageName) {
|
||||
return AssetsPaths.images + imageName;
|
||||
|
||||
Reference in New Issue
Block a user