fix(ui): fix for uxt
This commit is contained in:
parent
746222d729
commit
055b937276
1 changed files with 1 additions and 0 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue