fix: test up to broken due to mutable flow ai chat preview (#6096)
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
},
|
||||
// flow apply/reject
|
||||
getPreviewFlow: () => {
|
||||
return previewFlow
|
||||
return $state.snapshot(previewFlow)
|
||||
},
|
||||
hasDiff: () => {
|
||||
return Object.keys(affectedModules).length > 0
|
||||
|
||||
Reference in New Issue
Block a user