Hotfix Preferences instances switching bug

This commit is contained in:
root
2023-03-19 09:45:00 +05:30
parent 1b5dd8a227
commit 68c6741f68
+1 -1
View File
@@ -336,7 +336,7 @@ export default {
label: 'Instance',
options: instances.map(i => ({
text: i.name,
value: i.apiurl
value: i.api_url
}))
}
},