Skip to content

Commit

Permalink
move ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikStreek committed Dec 23, 2024
1 parent 54845af commit e634420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/mindwendel_web/live/brainstorming_live/show.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@
show
on_cancel={JS.patch(~p"/brainstormings/#{@brainstorming.id}")}
title={gettext("New idea")}
phx_update="ignore"
>
<.live_component
module={MindwendelWeb.IdeaLive.FormComponent}
id={:new}
action={:new}
phx-update="ignore"
brainstorming_id={@brainstorming.id}
filtered_labels={@filtered_labels}
current_user={@current_user}
Expand Down Expand Up @@ -176,12 +176,12 @@
show
on_cancel={JS.patch(~p"/brainstormings/#{@brainstorming.id}")}
title={gettext("Share brainstorming")}
phx_update="ignore"
>
<.live_component
module={MindwendelWeb.BrainstormingLive.ShareComponent}
id={:share}
action={:share}
phx-update="ignore"
brainstorming={@brainstorming}
current_user={@current_user}
uri={url(~p"/brainstormings/#{@brainstorming.id}")}
Expand Down

0 comments on commit e634420

Please sign in to comment.