From e758e087859dd44e02254347163272703ed6e8a0 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Mon, 15 Jul 2024 13:35:06 +0530 Subject: [PATCH] chore: space app issue comment placeholder updated (#5121) --- .../core/components/issues/peek-overview/comment/add-comment.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/space/core/components/issues/peek-overview/comment/add-comment.tsx b/space/core/components/issues/peek-overview/comment/add-comment.tsx index 6f9dda0cd..60db56314 100644 --- a/space/core/components/issues/peek-overview/comment/add-comment.tsx +++ b/space/core/components/issues/peek-overview/comment/add-comment.tsx @@ -79,6 +79,7 @@ export const AddComment: React.FC = observer((props) => { } onChange={(comment_json, comment_html) => onChange(comment_html)} isSubmitting={isSubmitting} + placeholder="Add Comment..." /> )} />