mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-28 10:26:33 +02:00
refactor: simplify CommentComposer button layout and update placeholder text in CommentItem
This commit is contained in:
parent
c9e5fe9cdb
commit
7fa1810d50
3 changed files with 14 additions and 18 deletions
|
|
@ -198,7 +198,7 @@ export function CommentItem({
|
|||
<CommentComposer
|
||||
members={members}
|
||||
membersLoading={membersLoading}
|
||||
placeholder="Edit your comment..."
|
||||
placeholder="Edit your comment"
|
||||
submitLabel="Save"
|
||||
isSubmitting={isSubmitting}
|
||||
onSubmit={handleEditSubmit}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue