Skip to content

Commit

Permalink
Code: forward/back
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky authored and m-kus committed Apr 1, 2020
1 parent 1c877d5 commit 5ff5039
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/project/CodeTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export default {
methods: {
...mapActions(["showError"]),
getCode() {
this.loading = true;
if (this.contract == null) return;
if (this.contract.code !== undefined) {
this.loading = false;
Expand Down

0 comments on commit 5ff5039

Please sign in to comment.