fix: missing bracket in get_inner_group_button
This commit is contained in:
parent
89b9c29802
commit
882ea6e3d1
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