Skip to content

Commit

Permalink
Fixed the typo in Queue
Browse files Browse the repository at this point in the history
  • Loading branch information
SanchitRajwansh authored and ananthakumaran committed Aug 26, 2024
1 parent d6ce815 commit 25db051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/exq_ui_web/live/scheduled_live/index.ex
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ defmodule ExqUIWeb.ScheduledLive.Index do
|> assign(:actions, [
%{name: "delete", label: "Delete"},
%{name: "delete_all", label: "Delete All"},
%{name: "dequeue_now", label: "Add to Qeueue"}
%{name: "dequeue_now", label: "Add to Queue"}
])

{:ok, assign(socket, jobs_details(params["page"] || "1"))}
Expand Down

0 comments on commit 25db051

Please sign in to comment.