Merge pull request #325 from ttshivers/fix_custom

fix(join): fix custom server input
This commit is contained in:
Travis Shivers 2020-10-31 16:07:45 -05:00 committed by GitHub
commit 367bd975f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -150,8 +150,7 @@
<v-text-field <v-text-field
hide-details hide-details
:value="customServerUrl" :value="customServerUrl"
class="input-group pt-input" @change="SET_CUSTOM_SERVER_URL"
@change="SET_CUSTOM_SERVER_USER_INPUTTED_URL"
/> />
</v-card-text> </v-card-text>
@ -262,7 +261,7 @@ export default {
methods: { methods: {
...mapMutations('settings', [ ...mapMutations('settings', [
'SET_CUSTOM_SERVER_USER_INPUTTED_URL', 'SET_CUSTOM_SERVER_URL',
]), ]),
...mapActions('synclounge', [ ...mapActions('synclounge', [