We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e58ed9a commit bf5ba98Copy full SHA for bf5ba98
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+### 1.2.5
4
+
5
+* Fixed: Added no search HTML for performance reasons.
6
7
### 1.2.4
8
9
* Fixed CommunicationItem `getSendable()` to include the recipient on the `Sendable`.
src/Leaves/CommunicationItem/CommunicationItemCollectionView.php
@@ -46,6 +46,7 @@ protected function createSubLeaves()
46
47
$sendAllButton->setConfirmMessage('Are you sure you want to send all scheduled emails?');
48
49
+ $table->setUnsearchedHtml("<p></p>");
50
$table->bindEventsWith($searchPanel);
51
52
$table->columns = [
0 commit comments