mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-01 19:20:10 +00:00
Remove unused allTasksSorted
This commit is contained in:
@@ -182,8 +182,6 @@ export function useJobList() {
|
||||
]
|
||||
return all.sort((a, b) => b.queueIndex - a.queueIndex)
|
||||
})
|
||||
// Backward-compatible alias used by existing tests/consumers.
|
||||
const allTasksSorted = orderedTasks
|
||||
|
||||
const tasksWithJobState = computed<TaskWithState[]>(() =>
|
||||
orderedTasks.value.map((task) => ({
|
||||
@@ -277,7 +275,6 @@ export function useJobList() {
|
||||
})
|
||||
|
||||
return {
|
||||
allTasksSorted,
|
||||
orderedTasks,
|
||||
jobItems,
|
||||
groupedJobItems,
|
||||
|
||||
Reference in New Issue
Block a user