Multiple filter area fix (#3738)
This commit is contained in:
parent
8c8385a37b
commit
5ed241d81a
1 changed files with 1 additions and 3 deletions
|
|
@ -11,9 +11,7 @@ frappe.ui.FilterList = Class.extend({
|
|||
this.set_events();
|
||||
},
|
||||
make: function() {
|
||||
var me = this;
|
||||
|
||||
this.wrapper.find('.show_filters').remove();
|
||||
this.wrapper.find('.show_filters, .filter_area').remove();
|
||||
this.wrapper.append(`
|
||||
<div class="show_filters">
|
||||
<div class="set-filters">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue