Merge branch 'admin-dashboard-fixes' into shigusegubu-vue3
This commit is contained in:
commit
199a00214f
2 changed files with 2 additions and 1 deletions
1
changelog.d/admin-dash-fixes.fix
Normal file
1
changelog.d/admin-dash-fixes.fix
Normal file
|
@ -0,0 +1 @@
|
||||||
|
fix admin dashboard not having any feedback on frontend installation
|
|
@ -56,7 +56,7 @@ const FrontendsTab = {
|
||||||
},
|
},
|
||||||
getSuggestedRef (frontend) {
|
getSuggestedRef (frontend) {
|
||||||
const defaultFe = this.adminDraft[':pleroma'][':frontends'][':primary']
|
const defaultFe = this.adminDraft[':pleroma'][':frontends'][':primary']
|
||||||
if (defaultFe.name === frontend.name && this.canInstall(defaultFe)) {
|
if (defaultFe?.name === frontend.name && this.canInstall(defaultFe)) {
|
||||||
return defaultFe.ref
|
return defaultFe.ref
|
||||||
} else {
|
} else {
|
||||||
return frontend.refs[0]
|
return frontend.refs[0]
|
||||||
|
|
Loading…
Add table
Reference in a new issue