Skip to content

Commit 7079529

Browse files
committed
Switch running / pending order
1 parent 9e76f84 commit 7079529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stores/queueStore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ export const useQueueStore = defineStore("queue", {
5454
getters: {
5555
tasks(state) {
5656
return [
57-
...state.runningTasks,
5857
...state.pendingTasks,
58+
...state.runningTasks,
5959
...state.historyTasks,
6060
];
6161
},

0 commit comments

Comments
 (0)