mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-20 23:04:06 +00:00
Fix queue tab update issue (#518)
This commit is contained in:
@@ -158,8 +158,8 @@ const confirmRemoveAll = (event: Event) => {
|
||||
})
|
||||
}
|
||||
|
||||
const onStatus = () => {
|
||||
queueStore.update()
|
||||
const onStatus = async () => {
|
||||
await queueStore.update()
|
||||
visibleTasks.value = allTasks.value.slice(0, ITEMS_PER_PAGE)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user