Commit 6c1f5c1b authored by Samantha Ming's avatar Samantha Ming

Prevent unwated state of showValidation

parent 5e773655
...@@ -200,6 +200,7 @@ export default { ...@@ -200,6 +200,7 @@ export default {
} }
this.isSaving = true; this.isSaving = true;
this.form.showValidation = false;
const { projectId } = this; const { projectId } = this;
const { name, slug, description, visibility, namespace } = this.form.fields; const { name, slug, description, visibility, namespace } = this.form.fields;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment