links tab done (finally)

This commit is contained in:
Henry Jameson 2025-12-03 12:19:20 +02:00
commit 42a5da93ea
10 changed files with 234 additions and 12 deletions

View file

@ -23,7 +23,10 @@ export default {
...Setting.computed,
realOptions () {
if (this.realSource === 'admin') {
if (!(this.backendDescriptionSuggestions?.length !== 0)) {
if (
!this.backendDescriptionSuggestions?.length ||
this.backendDescriptionSuggestions?.length === 0
) {
return this.options
}
return this.backendDescriptionSuggestions.map(x => ({