diff --git a/apps/dashboard/app/models/batch_connect/app.rb b/apps/dashboard/app/models/batch_connect/app.rb index 4d34285e3b..edca0aba69 100644 --- a/apps/dashboard/app/models/batch_connect/app.rb +++ b/apps/dashboard/app/models/batch_connect/app.rb @@ -472,8 +472,8 @@ def add_cluster_widget(attributes, attribute_list) } else { - value: clusters.first.id.to_s, - fixed: true + value: clusters.first.id.to_s, + widget: 'hidden_field' } end end