remove extra @impl true
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		| @@ -59,7 +59,6 @@ defmodule MemexWeb.PipelineLive.Index do | ||||
|     {:noreply, socket} | ||||
|   end | ||||
|  | ||||
|   @impl true | ||||
|   def handle_event("search", %{"search" => %{"search_term" => ""}}, socket) do | ||||
|     {:noreply, socket |> push_patch(to: Routes.pipeline_index_path(Endpoint, :index))} | ||||
|   end | ||||
|   | ||||
| @@ -80,7 +80,6 @@ defmodule MemexWeb.PipelineLive.Show do | ||||
|     {:noreply, socket} | ||||
|   end | ||||
|  | ||||
|   @impl true | ||||
|   def handle_event( | ||||
|         "delete_step", | ||||
|         %{"step-id" => step_id}, | ||||
| @@ -99,7 +98,6 @@ defmodule MemexWeb.PipelineLive.Show do | ||||
|     {:noreply, socket} | ||||
|   end | ||||
|  | ||||
|   @impl true | ||||
|   def handle_event( | ||||
|         "reorder_step", | ||||
|         %{"step-id" => step_id, "direction" => direction}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user