Skip to content

Commit

Permalink
use a hidden_field for apps shared across clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Oct 7, 2024
1 parent 162835e commit 8dd97c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/dashboard/app/models/batch_connect/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8dd97c0

Please sign in to comment.