change(ui): projects revamp - reset state
This commit is contained in:
parent
fb7c7b38a9
commit
1b1287515b
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ function ProjectCaptureRate(props: Props) {
|
|||
|
||||
useEffect(() => {
|
||||
if (projectId) {
|
||||
setChanged(false);
|
||||
void fetchCaptureConditions(projectId);
|
||||
}
|
||||
}, [projectId]);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue