fix(join): fix custom server input

Closes: https://github.com/synclounge/synclounge/issues/327
This commit is contained in:
Travis Shivers 2020-10-29 21:40:49 -05:00
parent a5848648ce
commit 9020f9bb99
No known key found for this signature in database
GPG Key ID: EE4CC2891B8FCD33
1 changed files with 2 additions and 3 deletions

View File

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