mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Hotfix Preferences instances switching bug
This commit is contained in:
@@ -336,7 +336,7 @@ export default {
|
||||
label: 'Instance',
|
||||
options: instances.map(i => ({
|
||||
text: i.name,
|
||||
value: i.apiurl
|
||||
value: i.api_url
|
||||
}))
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user