Skip to content
Prev Previous commit
Js Lint errors
  • Loading branch information
karthick-murugan committed Sep 26, 2025
commit 9dcf9c3dae9b590de01783d2c0b72c6af5962fd1
2 changes: 0 additions & 2 deletions packages/editor/src/components/collab-sidebar/comment-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import { sanitizeCommentString } from './utils';
* @param {Object} props.thread - The comment thread object.
* @param {string} props.submitButtonText - The text to display on the submit button.
* @param {string?} props.labelText - The label text for the comment input.
* @param {number?} props.rows - The number of rows for the comment input.
* @return {React.ReactNode} The CommentForm component.
*/
function CommentForm( {
Expand All @@ -40,7 +39,6 @@ function CommentForm( {
thread,
submitButtonText,
labelText,
rows = 4,
} ) {
const [ inputComment, setInputComment ] = useState(
thread?.content?.raw ?? ''
Expand Down
Loading