Skip to content
Snippets Groups Projects
Commit 85cde0ba authored by Timothee P's avatar Timothee P :sunflower:
Browse files

change action name

parent 37c38559
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