Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
06537f508b
commit
92f2fda566
@@ -193,6 +193,9 @@ export function TaskDetailPanel({
|
||||
},
|
||||
checked ? "completed" : "reopened",
|
||||
);
|
||||
if (checked) {
|
||||
await spawnNextWorkflowTask(task.id);
|
||||
}
|
||||
};
|
||||
|
||||
const saveTitle = async () => {
|
||||
|
||||
Reference in New Issue
Block a user