Commit cceb950f authored by rpereira2's avatar rpereira2

Alter if condition when create API is called

parent b1fe7c90
...@@ -106,7 +106,7 @@ export default { ...@@ -106,7 +106,7 @@ export default {
saveChangesSelfMonitorProject() { saveChangesSelfMonitorProject() {
if (this.projectCreated && !this.projectEnabled) { if (this.projectCreated && !this.projectEnabled) {
this.showSelfMonitorModal(); this.showSelfMonitorModal();
} else { } else if (!this.projectCreated && !this.loading) {
this.createProject(); this.createProject();
} }
}, },
......
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