Skip to content

Commit 7558808

Browse files
committed
be
1 parent 0ab64d7 commit 7558808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/web/assets/js/general/rb-forms.protable.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class ProTable extends React.Component {
5151
className="custom-control-input"
5252
type="checkbox"
5353
onChange={(e) => {
54-
$(this._$tbody).find('.col-checkbox input').attr('checked', e.target.checked)
54+
$(this._$tbody).find('.col-checkbox input').prop('checked', e.target.checked)
5555
}}
5656
/>
5757
<i className="custom-control-label" />

0 commit comments

Comments
 (0)