change(ui): projects revamp - reset state

This commit is contained in:
Shekar Siri 2025-01-07 16:29:05 +01:00
parent fb7c7b38a9
commit 1b1287515b

View file

@ -35,6 +35,7 @@ function ProjectCaptureRate(props: Props) {
useEffect(() => {
if (projectId) {
setChanged(false);
void fetchCaptureConditions(projectId);
}
}, [projectId]);