diff --git a/lib/www/client/source/src/views/Plan.vue b/lib/www/client/source/src/views/Plan.vue index 23fda64..0396854 100644 --- a/lib/www/client/source/src/views/Plan.vue +++ b/lib/www/client/source/src/views/Plan.vue @@ -405,7 +405,7 @@ export default { const init = { method: "PATCH", headers: {"Content-Type": "application/json"}, - body: {sequence} + body: {sequence, name: null} // Setting name to null causes it to be regenerated } await this.api([url, init]); }