mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-03 17:15:08 +08:00
### What problem does this PR solve? Feat: Remove HMAC from the webhook #10427 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -43,6 +43,7 @@ function BeginForm({ node }: INextOperatorForm) {
|
||||
const form = useForm({
|
||||
defaultValues: values,
|
||||
resolver: zodResolver(BeginFormSchema),
|
||||
mode: 'onChange',
|
||||
});
|
||||
|
||||
useWatchFormChange(node?.id, form);
|
||||
|
||||
Reference in New Issue
Block a user