Skip to content

Commit 954202a

Browse files
committed
fix: inline exposed params not reacting to popover form value changes
1 parent 997f5cd commit 954202a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ui/src/components/ai-chat/component/inline-params

ui/src/components/ai-chat/component/inline-params/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ watch(
7878
}
7979
}
8080
},
81-
{ immediate: true },
81+
{ immediate: true, deep: true },
8282
)
8383
8484
watch(

0 commit comments

Comments
 (0)