uploads tab

This commit is contained in:
Henry Jameson 2025-11-28 02:02:39 +02:00
commit bc92f535de
3 changed files with 17 additions and 2 deletions

View file

@ -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,