Skip to content
Prev Previous commit
Next Next commit
fix: clear active task from task list on new task type
Signed-off-by: Edward Ly <[email protected]>
  • Loading branch information
edward-ly committed May 7, 2025
commit f940cbcc97268ce2438879b91fb66a8b7070a5d8
3 changes: 2 additions & 1 deletion src/components/AssistantTextProcessingForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,8 @@ export default {
this.myInputs = newVal
},
mySelectedTaskTypeId(newVal) {
this.myOutputs = {}
this.$emit('new-task')
this.$refs.assistantFormInputs.setDefaultValues(true)
},
},
mounted() {
Expand Down