Skip to content

Commit

Permalink
Merge pull request #148 from CodeKaio/147-fix-module-without-vars
Browse files Browse the repository at this point in the history
πŸ› fix module instanciation without vars
  • Loading branch information
cdubuisson authored Oct 17, 2019
2 parents 1efb1f0 + 460c9de commit bcfa477
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,6 @@
<version>2.27</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.18</version>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/templates/vue_templates/stack-vars.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ Vue.component('stack-vars', {
.map(validationResult => validationResult.result)
.every(result => result === null || result === true);
}
},
created: function(){
this.recomputeState();
}
});
</script>

0 comments on commit bcfa477

Please # to comment.