Commit cceb950f authored by rpereira2's avatar rpereira2

Alter if condition when create API is called

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