Merge "Fix create change api"
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,