Skip to content

Commit

Permalink
quick edit bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
torounit committed May 14, 2022
1 parent aeefb20 commit c9a85db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/admin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ document.addEventListener( 'click', function ( e ) {
.getElementById( id )
?.querySelector( '[data-schedule-terms-active]' );
const checkbox = document.querySelector(
'.inline-edit-row input[name=term-use_schedule]'
'.inline-edit-row input[name=term-schedule_terms_active]'
) as HTMLInputElement;
checkbox.checked = checked;
}
Expand Down

0 comments on commit c9a85db

Please sign in to comment.