Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikStreek committed Dec 23, 2024
1 parent ca28d9b commit d5bc375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mindwendel_web/live/idea_live/form_component.ex
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ defmodule MindwendelWeb.IdeaLive.FormComponent do
tmp_attachments = prepare_attachments(socket)

# This is a workaround to get the filtered labels for the idea without (!) passing them as a parameter to the form component.
# Unfortunatly, passing either the brainstorming or filter labels directly triggers a re-render of the form component when changing the filter labels and results in a stuck bootstrapmodal.
# Unfortunatly, passing either the brainstorming or filter labels directly triggers a re-render of the form component when changing the filter labels and results in a stuck bootstrap modal.
{:ok, brainstorming} = Brainstormings.get_brainstorming(socket.assigns.brainstorming_id)
filtered_labels = brainstorming.filter_labels_ids

Expand Down

0 comments on commit d5bc375

Please sign in to comment.