Merge pull request #325 from ttshivers/fix_custom
fix(join): fix custom server input
This commit is contained in:
commit
367bd975f4
|
@ -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', [
|
||||||
|
|
Loading…
Reference in New Issue