Skip to content

Commit

Permalink
minor fix for pending changes
Browse files Browse the repository at this point in the history
  • Loading branch information
khansadaoudi committed Jul 30, 2024
1 parent 0459b4a commit 0031b93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/Sample.vue
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export default defineComponent({
},
mounted() {
document.title = `${this.projectname}/${this.samplename}`;
this.emptyPendingModification();
this.getTrees();
this.calculateHeight();
},
Expand Down

0 comments on commit 0031b93

Please sign in to comment.