Fix create change api Change-Id: I21062dbce491c0700a2e5245ee0a830381b7a598
diff --git a/polygerrit-ui/app/elements/shared/gr-rest-api-interface/gr-rest-api-interface.js b/polygerrit-ui/app/elements/shared/gr-rest-api-interface/gr-rest-api-interface.js index dec5b1d..59f7d74 100644 --- a/polygerrit-ui/app/elements/shared/gr-rest-api-interface/gr-rest-api-interface.js +++ b/polygerrit-ui/app/elements/shared/gr-rest-api-interface/gr-rest-api-interface.js
@@ -1778,7 +1778,6 @@ method: 'POST', url: `/projects/${encodeURIComponent(project)}/create.change`, body: { - project, branch, subject, topic: opt_topic,