fix: test up to broken due to mutable flow ai chat preview (#6096)

This commit is contained in:
HugoCasa
2025-06-30 18:27:44 +02:00
committed by GitHub
parent 4bcedf26e0
commit 66cbcf562b

View File

@@ -88,7 +88,7 @@
},
// flow apply/reject
getPreviewFlow: () => {
return previewFlow
return $state.snapshot(previewFlow)
},
hasDiff: () => {
return Object.keys(affectedModules).length > 0