fix: no records tagged getting rendered multiple times
This commit is contained in:
parent
0c042ef35b
commit
0728529b6e
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ frappe.views.ListSidebar = class ListSidebar {
|
|||
} else {
|
||||
this.sidebar.find('.list-stats').on('click', (e) => {
|
||||
$(e.currentTarget).find('.stat-link').remove();
|
||||
$(e.currentTarget).find('.stat-no-records').remove();
|
||||
this.get_stats();
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue