summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilutin Kristofic <milutin@google.com>2022-05-10 10:51:18 +0200
committerPaladox none <thomasmulhall410@yahoo.com>2022-05-10 14:06:32 +0000
commit04af38492ad4c6321e419558d7d47a7f4b5fdca7 (patch)
tree1134d7626cc8139df8cd9ebd290b4d12e28184b3
parent40477c2d35b03a3bbca753157dda7a01865d6fc4 (diff)
Fix params names
.name=${} doesn't work properly. It was found by fixing bug in change 336724. Fixing rest of names in this change Release-Notes: skip Change-Id: I9b9ad3c0cc5f90c417e4020429e7cf3503fa6dd9 (cherry picked from commit 11168908a773ed5ae31bb9c4469a4b9fb76e095d)
-rw-r--r--polygerrit-ui/app/elements/change/gr-reply-dialog/gr-reply-dialog.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/polygerrit-ui/app/elements/change/gr-reply-dialog/gr-reply-dialog.ts b/polygerrit-ui/app/elements/change/gr-reply-dialog/gr-reply-dialog.ts
index eb7dbaee56..f4493bc4bf 100644
--- a/polygerrit-ui/app/elements/change/gr-reply-dialog/gr-reply-dialog.ts
+++ b/polygerrit-ui/app/elements/change/gr-reply-dialog/gr-reply-dialog.ts
@@ -732,7 +732,7 @@ export class GrReplyDialog extends LitElement {
<div class="stickyBottom newReplyDialog">
<gr-endpoint-decorator name="reply-bottom">
<gr-endpoint-param
- .name=${'change'}
+ name="change"
.value=${this.change}
></gr-endpoint-param>
${this.renderAttentionSummarySection()}
@@ -833,7 +833,7 @@ export class GrReplyDialog extends LitElement {
.permittedLabels=${this.permittedLabels}
></gr-label-scores>
<gr-endpoint-param
- .name=${'change'}
+ name="change"
.value=${this.change}
></gr-endpoint-param>
</gr-endpoint-decorator>
@@ -868,7 +868,7 @@ export class GrReplyDialog extends LitElement {
}}
>
</gr-textarea>
- <gr-endpoint-param .name=${'change'} .value=${this.change}>
+ <gr-endpoint-param name="change" .value=${this.change}>
</gr-endpoint-param>
</gr-endpoint-decorator>
<div class="labelContainer">