This commit is contained in:
philipp lang 2023-12-25 19:34:30 +01:00
parent edb1eeb0d8
commit 131690262e
1 changed files with 2 additions and 2 deletions

View File

@ -85,8 +85,8 @@ export default {
return Array.isArray(this.options)
? this.options
: map(this.options, (value, key) => {
return { name: value, id: key };
});
return {name: value, id: key};
});
},
},
mounted() {