Skip to content

Commit

Permalink
Remove unused event handler
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartc committed Aug 14, 2023
1 parent 5143020 commit 1282c39
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/lightning_web/live/project_live/settings.ex
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,6 @@ defmodule LightningWeb.ProjectLive.Settings do
end
end

def handle_event("export_project", %{"id" => id}, socket) do
{:noreply, push_navigate(socket, to: "/download/yaml?id=#{id}")}
end

defp dispatch_flash(change_result, socket) do
case change_result do
{:ok, %ProjectUser{}} ->
Expand Down

0 comments on commit 1282c39

Please sign in to comment.