Resolve #728 by removing impossible button

This commit is contained in:
the-djmaze 2022-11-30 17:11:44 +01:00
parent 9502fa3f5a
commit f4b9501388
3 changed files with 0 additions and 10 deletions

View file

@ -210,10 +210,6 @@ export class FilterModel extends AbstractModel {
this.conditions.remove(oConditionToDelete);
}
setRecipients() {
// this.actionValueFourth(AccountUserStore.getEmailAddresses().join(', '));
}
/**
* @static
* @param {FetchJsonFilter} json

View file

@ -5,9 +5,4 @@
.button-delete {
cursor: pointer;
}
.setRecipientsBtn {
margin-top: -2px;
margin-left: 5px;
}
}