diff --git a/polygerrit-ui/app/elements/shared/gr-comment-thread/gr-comment-thread.html b/polygerrit-ui/app/elements/shared/gr-comment-thread/gr-comment-thread.html index bbd7ddfd78..49b539d2b7 100644 --- a/polygerrit-ui/app/elements/shared/gr-comment-thread/gr-comment-thread.html +++ b/polygerrit-ui/app/elements/shared/gr-comment-thread/gr-comment-thread.html @@ -94,7 +94,6 @@ limitations under the License. show-actions="[[_showActions]]" comment-side="[[comment.__commentSide]]" side="[[comment.side]]" - root-id="[[rootId]]" project-config="[[_projectConfig]]" on-create-fix-comment="_handleCommentFix" on-comment-discard="_handleCommentDiscard"