mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
chore: change comment box placeholder (#5042)
This commit is contained in:
committed by
GitHub
parent
5918607171
commit
2b570da890
@@ -39,6 +39,7 @@ export const LiteTextEditor = React.forwardRef<EditorRefApi, LiteTextEditorWrapp
|
||||
showAccessSpecifier = false,
|
||||
showSubmitButton = true,
|
||||
isSubmitting = false,
|
||||
placeholder = "Add comment...",
|
||||
...rest
|
||||
} = props;
|
||||
// store hooks
|
||||
@@ -81,8 +82,9 @@ export const LiteTextEditor = React.forwardRef<EditorRefApi, LiteTextEditorWrapp
|
||||
highlights: mentionHighlights,
|
||||
suggestions: mentionSuggestions,
|
||||
}}
|
||||
{...rest}
|
||||
placeholder={placeholder}
|
||||
containerClassName={cn(containerClassName, "relative")}
|
||||
{...rest}
|
||||
/>
|
||||
<IssueCommentToolbar
|
||||
accessSpecifier={accessSpecifier}
|
||||
|
||||
Reference in New Issue
Block a user