fix: jquery selector for get_inner_group_button()
This commit is contained in:
parent
ac0d6243f3
commit
21b7fe4ee7
1 changed files with 1 additions and 1 deletions
|
|
@ -537,7 +537,7 @@ frappe.ui.Page = Class.extend({
|
|||
},
|
||||
|
||||
get_inner_group_button: function(label) {
|
||||
return this.inner_toolbar.find(`.inner-group-button[data-label="${encodeURIComponent(label)}"`);
|
||||
return this.inner_toolbar.find(`.inner-group-button[data-label="${encodeURIComponent(label)}"]`);
|
||||
},
|
||||
|
||||
set_inner_btn_group_as_primary: function(label) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue