mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-28 16:20:34 +08:00
fix: removed console log
This commit is contained in:
@@ -53,7 +53,6 @@ export const Task = ({ frontendId, task, trigger, mutate }) => {
|
||||
} else if (state.state == "INVALID") {
|
||||
setTaskStatus("NOT_SUBMITTABLE");
|
||||
}
|
||||
console.log(taskStatus);
|
||||
}).current;
|
||||
|
||||
const submitResponse = () => {
|
||||
|
||||
Reference in New Issue
Block a user