Commit bacefac
authored
fix: Fix session page source change on submit (#1380)
Closes HDX-2858
# Summary
This PR fixes a bug on the sessions page which caused any search submission to revert the source select back to its default.
The cause of this bug was that the form submission was updating the wrong URL query parameter (source instead of sessionSource), and form submission would trigger the select to take whatever (original) value was set for sessionSource).1 parent d322cd9 commit bacefac
File tree
2 files changed
+7
-1
lines changed- .changeset
- packages/app/src
2 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
| 299 | + | |
| 300 | + | |
300 | 301 | | |
301 | 302 | | |
302 | 303 | | |
| |||
0 commit comments