This commit is contained in:
Fine 2022-11-30 16:00:29 +08:00
parent 24cceb2fa8
commit bfc30e86fe

View File

@ -246,6 +246,7 @@ async function fetchTasks() {
watch(
() => selectorStore.currentPod,
() => {
inProcess.value = false;
fetchTasks();
}
);