From 06adee2bc27e3f4206b3aa7b761c49ca038d3b4a Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Thu, 22 Jun 2023 09:48:26 -0700 Subject: [PATCH] fix(chat): restore placeholder value to what it was before --- web/components/chat/ChatTextField/ChatTextField.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/chat/ChatTextField/ChatTextField.tsx b/web/components/chat/ChatTextField/ChatTextField.tsx index 29725d819..f04ecc497 100644 --- a/web/components/chat/ChatTextField/ChatTextField.tsx +++ b/web/components/chat/ChatTextField/ChatTextField.tsx @@ -257,7 +257,7 @@ export const ChatTextField: FC = ({ defaultText, enabled, fo