Skip to content

Commit

Permalink
Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekMichali committed Aug 26, 2024
1 parent 12af71b commit 398a083
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/components/CreateBindingForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ function CreateBindingForm(props: any) {
.post<ServiceInstanceBinding>(api("service-bindings"), {
name: createdBinding.name,
service_instance_id: createdBinding.service_instance_id,
sm_secret_name: createdBinding.secret_name,
sm_secret_namespace: createdBinding.secret_namespace
secret_name: createdBinding.secret_name,
secret_namespace: createdBinding.secret_namespace
}, {
params:
{
Expand Down

0 comments on commit 398a083

Please sign in to comment.