Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Mar 7, 2025
1 parent 9714a6f commit dca718e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/agent-inbox/components/inbox-item-input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ function ResponseComponent({
return (
<div className="flex flex-col gap-4 p-6 items-start w-full rounded-xl border-[1px] border-gray-300">
<div className="flex items-center justify-between w-full">
<p className="font-semibold text-black text-base">Respond to assistant</p>
<p className="font-semibold text-black text-base">
Respond to assistant
</p>
<ResetButton
handleReset={() => {
onResponseChange("", res);
Expand Down

0 comments on commit dca718e

Please sign in to comment.