Skip to content

Commit

Permalink
Update to v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kid1194 authored Aug 17, 2022
1 parent aea1915 commit a42bc36
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ frappe.ui.form.ControlAttach = class ControlAttach extends frappe.ui.form.Contro
}
}
make_input() {
this._parse_options();
$log('Making attachment button');
let me = this;
this.$input = $('<button class="btn btn-default btn-sm btn-attach">')
Expand Down

0 comments on commit a42bc36

Please sign in to comment.