Skip to content

Commit

Permalink
fix: bug 548
Browse files Browse the repository at this point in the history
  • Loading branch information
dadiorchen committed Mar 17, 2022
1 parent 8d9298b commit ca01fd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ function CustomTableFilter(props) {
<InputLabel id="sub_organization">Organization</InputLabel>
<Select
labelId="sub_organization"
defaultValue={localFilter?.funder_id}
defaultValue={localFilter?.sub_organization}
id="sub_organization"
name="sub_organization"
label="Organization"
Expand Down

0 comments on commit ca01fd8

Please sign in to comment.