uploads tab
This commit is contained in:
parent
db535ae057
commit
bc92f535de
3 changed files with 17 additions and 2 deletions
|
|
@ -23,6 +23,9 @@ export default {
|
|||
...Setting.computed,
|
||||
realOptions () {
|
||||
if (this.realSource === 'admin') {
|
||||
if (!(this.backendDescriptionSuggestions?.length !== 0)) {
|
||||
return this.options
|
||||
}
|
||||
return this.backendDescriptionSuggestions.map(x => ({
|
||||
key: x,
|
||||
value: x,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue