Skip to content

Commit

Permalink
chore: add data-attr to Discussions comment (#20175)
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin authored Feb 7, 2024
1 parent 180ba3c commit 1927797
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/scenes/comments/CommentComposer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export const CommentComposer = (props: CommentsLogicProps): JSX.Element => {
onClick={sendComposedContent}
disabledReason={!composedComment ? 'No message' : null}
sideIcon={<KeyboardShortcut command enter />}
data-attr="discussions-comment"
>
Add {replyingCommentId ? 'reply' : 'comment'}
</LemonButton>
Expand Down

0 comments on commit 1927797

Please sign in to comment.