Skip to content

Commit

Permalink
fix: remove redundant alert banner
Browse files Browse the repository at this point in the history
  • Loading branch information
kitallis committed Mar 4, 2025
1 parent 2e09c31 commit 952132a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/views/config/release_platforms/edit.html+turbo_frame.erb
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
<% component = EnhancedTurboFrameComponent.new(dom_id(@train, :edit_train)) %>
<% component.with_loading_indicator %>
<%= render component do %>
<% if @edit_allowed %>
<%= render AlertComponent.new(kind: :banner, type: :notice, title: "Updates will be applied on a new release", full_screen: false) do %>
The submissions settings can be edited while there are active releases. But they will only be applied on the next release.
<% end %>
<% end %>

<%= render "form",
app: @app,
train: @train,
Expand Down

0 comments on commit 952132a

Please sign in to comment.