Skip to content
Snippets Groups Projects
Commit be366805 authored by Sébastien DA ROCHA's avatar Sébastien DA ROCHA :bicyclist:
Browse files

Merge branch 'redmine-issues/11911' into 'develop'

REDMINE _ISSUE-11911

See merge request geocontrib/geocontrib-frontend!71
parents f9599177 85cde0ba
No related branches found
No related tags found
No related merge requests found
......@@ -413,7 +413,7 @@ export default {
moderation: this.form.moderation,
};
if (this.action === "create" || this.action === "duplicate") {
if (this.action === "create" || this.action === "create_from") {
this.loading = true;
await axios
.post(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment