Skip to content
Prev Previous commit
Next Next commit
Merge branch 'trunk' into improve-comment-input-labels
  • Loading branch information
karthick-murugan authored Sep 26, 2025
commit a0c530e90aa4dd7072315df4e05db2597375c5cc
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 @@ -30,7 +30,6 @@ import { sanitizeCommentString } from './utils';
* @param {Function} props.onCancel - The function to call when canceling the comment update.
* @param {Object} props.thread - The comment thread object.
* @param {string} props.submitButtonText - The text to display on the submit button.
* @param {string?} props.placeholderText - The placeholder text for the comment input.
* @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.
Expand All @@ -40,7 +39,6 @@ function CommentForm( {
onCancel,
thread,
submitButtonText,
placeholderText,
labelText,
rows = 4,
} ) {
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.