mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 08:02:19 +00:00
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