From d5bc375214d283329e748b8e5877d6d05784e3a8 Mon Sep 17 00:00:00 2001 From: Jannik Streek Date: Mon, 23 Dec 2024 16:59:26 +0100 Subject: [PATCH] fix typo --- lib/mindwendel_web/live/idea_live/form_component.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mindwendel_web/live/idea_live/form_component.ex b/lib/mindwendel_web/live/idea_live/form_component.ex index 2f153bd0..f92bf0ea 100644 --- a/lib/mindwendel_web/live/idea_live/form_component.ex +++ b/lib/mindwendel_web/live/idea_live/form_component.ex @@ -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