mirror of
https://github.com/espocrm/espocrm.git
synced 2026-07-01 08:26:04 +00:00
cleanup
This commit is contained in:
@@ -50,7 +50,7 @@ class UpdateNoteStreamView extends NoteStreamView {
|
||||
}
|
||||
|
||||
setup() {
|
||||
this.addActionHandler('expandDetails', /** MouseEvent */(e, target) => this.toggleDetails(e, target));
|
||||
this.addActionHandler('expandDetails', (e, target) => this.toggleDetails(e, target));
|
||||
|
||||
this.createMessage();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user