prevent multiple parsing (not yet fully resolved)
This commit is contained in:
parent
d731ec1b5f
commit
95047c5f10
1 changed files with 2 additions and 0 deletions
|
@ -143,6 +143,8 @@ const Search = () => {
|
|||
|
||||
// update URL when data changes
|
||||
useEffect(() => {
|
||||
if (!initialized) return
|
||||
|
||||
let date_from
|
||||
let date_to
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue