diff --git a/frontend/app/components/UsabilityTesting/TestEdit.tsx b/frontend/app/components/UsabilityTesting/TestEdit.tsx index 69fc19d47..d2974e216 100644 --- a/frontend/app/components/UsabilityTesting/TestEdit.tsx +++ b/frontend/app/components/UsabilityTesting/TestEdit.tsx @@ -64,6 +64,7 @@ function TestEdit() { } const onSave = (isPreview?: boolean) => { + setHasChanged(false); if (testId && testId !== 'new') { uxtestingStore.updateTest(uxtestingStore.instance!).then((testId) => { history.push(withSiteId(usabilityTestingView(testId!.toString()), siteId));