fix: typeerror
This commit is contained in:
parent
d549d9f637
commit
87d0b8ba1a
1 changed files with 2 additions and 2 deletions
|
|
@ -1469,8 +1469,8 @@ frappe.ui.form.Form = class FrappeForm {
|
|||
"li > a.grey-link > span",
|
||||
menu_item_label
|
||||
)
|
||||
.parent()
|
||||
.parent();
|
||||
?.parent()
|
||||
?.parent();
|
||||
|
||||
if ($linkBody) {
|
||||
// If last button, remove divider too
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue