Skip to content

Commit

Permalink
fix Reset activeCode on resetModel #33
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Nov 13, 2018
1 parent aa9a7b9 commit 84ac74b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/PackageDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ export default class PackageDetail extends Vue {
this.data.config = undefined;
this.data.currentTags = {};
this.data.versionsHistory = {};
this.resetActiveCode();
}
private resetCurrentPackage(): void {
Expand Down

0 comments on commit 84ac74b

Please sign in to comment.