chore: space app issue comment placeholder updated (#5121)

This commit is contained in:
Anmol Singh Bhatia 2024-07-15 13:35:06 +05:30 committed by GitHub
parent 890888a274
commit e758e08785
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -79,6 +79,7 @@ export const AddComment: React.FC<Props> = observer((props) => {
}
onChange={(comment_json, comment_html) => onChange(comment_html)}
isSubmitting={isSubmitting}
placeholder="Add Comment..."
/>
)}
/>