From 645c54d617a27b729f2c4e79b3187a2cd0707a01 Mon Sep 17 00:00:00 2001 From: Jaret Burkett Date: Wed, 15 Oct 2025 08:48:07 -0600 Subject: [PATCH] Fixed issue that may occour if no queue is built when starting one from the table. --- ui/src/components/JobsTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/JobsTable.tsx b/ui/src/components/JobsTable.tsx index 336ab48b..ae3c9eb5 100644 --- a/ui/src/components/JobsTable.tsx +++ b/ui/src/components/JobsTable.tsx @@ -165,7 +165,7 @@ export default function JobsTable({ onlyActive = false }: JobsTableProps) { Queue Stopped