Skip to content

Commit

Permalink
chore: checkbox starts checked based on url's query param
Browse files Browse the repository at this point in the history
  • Loading branch information
aegroto committed Nov 21, 2024
1 parent 3a8dd86 commit 99aefd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/recent-header.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ function ActiveBountiesCheckbox ({ prefix }) {
<div className='mx-2 mb-2'>
<BootstrapForm.Check
inline
checked={router.query.active === 'true'}
label='active only'
onChange={onChange}
/>
Expand Down

0 comments on commit 99aefd6

Please sign in to comment.