Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
Gkiokan committed May 21, 2024
1 parent 0b8f736 commit c77c5d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/components/ServerConfig.vue
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export default {
this.$message({
type: 'success',
message: 'Files has been reloaded'
});
});
},
async save(){
Expand All @@ -186,7 +186,7 @@ export default {
this.server.base_path = value
this.$message({
type: 'success',
message: 'Your base_path has been set to:' + value
message: 'Your base_path has been set to: ' + value
});
}
}).catch(() => {
Expand Down

0 comments on commit c77c5d5

Please sign in to comment.