Merge branch 'main' into feature/209_hide_field_dropdown
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Moritz 2025-12-03 17:37:01 +01:00
commit f5b67de870
Signed by: moritz
GPG key ID: 1020A035E5DD0824
12 changed files with 2012 additions and 1376 deletions

View file

@ -16,8 +16,6 @@ defmodule MvWeb.Components.FieldVisibilityDropdownComponentTest do
assert has_element?(view, "button[phx-click='select_item'][phx-value-item='email']")
assert has_element?(view, "button[phx-click='select_all']")
assert has_element?(view, "button[phx-click='select_none']")
end
end
end