add display name to request body (not overwrite value null) (#15091)

This commit is contained in:
Alexander Nedomets 2024-02-08 13:32:23 +03:00 committed by GitHub
parent 9b4f1dca77
commit 0410e65a37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,6 +65,7 @@ function EditConnectionFormPage() {
const handleConfigUpdate = async (updatedData: ConfigData) => {
const configData = {
name: serviceDetails?.name,
displayName: serviceDetails?.displayName,
serviceType: serviceDetails?.serviceType,
description: serviceDetails?.description,
owner: serviceDetails?.owner,