diff --git a/CHANGELOG.md b/CHANGELOG.md index 4af4a10..0aaa5b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ -# v0.3.1 +# v0.4.0 - Add link to changelog from version number - Fix some elements flashing with black background +- Fix bug with moving ammo group to new container # v0.3.0 - Fix ammo type counts not showing when count is 0 diff --git a/lib/cannery_web/components/move_ammo_group_component.ex b/lib/cannery_web/components/move_ammo_group_component.ex index f186ebe..81fc2ec 100644 --- a/lib/cannery_web/components/move_ammo_group_component.ex +++ b/lib/cannery_web/components/move_ammo_group_component.ex @@ -5,6 +5,7 @@ defmodule CanneryWeb.Components.MoveAmmoGroupComponent do use CanneryWeb, :live_component alias Cannery.{Accounts.User, Ammo, Ammo.AmmoGroup, Containers} + alias CanneryWeb.Endpoint alias Phoenix.LiveView.Socket @impl true