Skip to content

Commit 8792d88

Browse files
committed
fix: 修复参数覆盖值的重置
1 parent f6c07ff commit 8792d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/keys/GroupFormModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ async function handleSubmit() {
406406
sort: formData.sort,
407407
test_model: formData.test_model,
408408
validation_endpoint: formData.validation_endpoint,
409-
param_overrides: formData.param_overrides ? paramOverrides : undefined,
409+
param_overrides: paramOverrides,
410410
config,
411411
};
412412

0 commit comments

Comments
 (0)