fix: edit load balancing not pass id (#8370)

This commit is contained in:
Joel
2024-09-13 17:15:03 +08:00
committed by GitHub
parent 84ac5ccc8f
commit 9d80d7def7
2 changed files with 3 additions and 2 deletions

View File

@@ -214,6 +214,7 @@ const ModelLoadBalancingEntryModal: FC<ModelModalProps> = ({
...value,
...getSecretValues(value),
},
entry?.id,
)
if (res.status === ValidatedStatus.Success) {
// notify({ type: 'success', message: t('common.actionMsg.modifiedSuccessfully') })