Skip to content

Commit 23a4c5c

Browse files
authored
Merge pull request #48 from tbphp/fix-reset-param-overrides
fix: 修复参数覆盖值的重置
2 parents f6c07ff + 8792d88 commit 23a4c5c

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)