Fetch more tasks after clearing one

That way we can keep a list of 20 if we have thousands.
This commit is contained in:
Eli Ribble 2026-03-12 00:37:57 +00:00
parent 20c0b4487c
commit 26bf8ceab9
No known key found for this signature in database

View file

@ -242,6 +242,8 @@
};
this.originalValues = {};
}
// Update list of tasks
this.fetchTasks();
} catch (err) {
this.error = err.message;
console.error("Error submitting review:", err);