mirror of
https://github.com/thelounge/thelounge
synced 2025-02-16 21:28:23 +00:00
Set default presetName
This commit is contained in:
parent
498a5043fd
commit
c2d3cabee5
1 changed files with 1 additions and 1 deletions
|
@ -482,7 +482,7 @@ export default {
|
|||
config: this.$store.state.serverConfiguration,
|
||||
previousUsername: this.defaults.username,
|
||||
displayPasswordField: false,
|
||||
presetName: "",
|
||||
presetName: this.$store.state.serverConfiguration.defaults[0].name,
|
||||
};
|
||||
},
|
||||
watch: {
|
||||
|
|
Loading…
Add table
Reference in a new issue