Skip to content

Commit

Permalink
add display name to request body (not overwrite value null)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr-Nedomets committed Feb 8, 2024
1 parent ec72d7e commit 6b0895f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,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,
Expand Down

0 comments on commit 6b0895f

Please sign in to comment.