Fetch more tasks after clearing one
That way we can keep a list of 20 if we have thousands.
This commit is contained in:
parent
20c0b4487c
commit
26bf8ceab9
1 changed files with 2 additions and 0 deletions
|
|
@ -242,6 +242,8 @@
|
|||
};
|
||||
this.originalValues = {};
|
||||
}
|
||||
// Update list of tasks
|
||||
this.fetchTasks();
|
||||
} catch (err) {
|
||||
this.error = err.message;
|
||||
console.error("Error submitting review:", err);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue