Merge branch 'admin-dashboard-fixes' into shigusegubu-vue3
This commit is contained in:
commit
199a00214f
2 changed files with 2 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ const FrontendsTab = {
|
|||
},
|
||||
getSuggestedRef (frontend) {
|
||||
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
|
||||
} else {
|
||||
return frontend.refs[0]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue