fix(ui): fix for uxt

This commit is contained in:
nick-delirium 2023-12-04 17:49:34 +01:00
parent 746222d729
commit 055b937276

View file

@ -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));