remove celebration sound on resume completed task

This commit is contained in:
ColemanRoo
2024-12-17 11:11:40 -06:00
parent 14c3f9d58d
commit 1a9e01daf4

View File

@@ -179,7 +179,6 @@ const ChatView = ({ isHidden, showAnnouncement, hideAnnouncement, showHistoryVie
setDidClickCancel(false) // special case where we reset the cancel button state
break
case "resume_completed_task":
playSound("celebration")
setTextAreaDisabled(false)
setClineAsk("resume_completed_task")
setEnableButtons(true)