Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
APB9785 committed Dec 13, 2024
1 parent 744c036 commit ca91d35
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
defmodule Beacon.LiveAdmin.PageEditorLive.ElementSelection do
@moduledoc false
use Beacon.LiveAdmin.PageBuilder
import Phoenix.Component, only: [assign: 2]
import Phoenix.LiveView, only: [send_update: 3]

def select_element(path, socket) do
{:noreply, assign(socket, selected_element_path: path)}
Expand Down

0 comments on commit ca91d35

Please sign in to comment.