Skip to content

Commit bf5ba98

Browse files
committed
UI performance tweak
1 parent e58ed9a commit bf5ba98

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 1.2.5
4+
5+
* Fixed: Added no search HTML for performance reasons.
6+
37
### 1.2.4
48

59
* Fixed CommunicationItem `getSendable()` to include the recipient on the `Sendable`.

src/Leaves/CommunicationItem/CommunicationItemCollectionView.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ protected function createSubLeaves()
4646

4747
$sendAllButton->setConfirmMessage('Are you sure you want to send all scheduled emails?');
4848

49+
$table->setUnsearchedHtml("<p></p>");
4950
$table->bindEventsWith($searchPanel);
5051

5152
$table->columns = [

0 commit comments

Comments
 (0)