Skip to content
Snippets Groups Projects
Commit 710bb8bf authored by Angelina Filippova's avatar Angelina Filippova
Browse files

Fix getting data for icon inputs

parent b6a66ebe
No related branches found
No related tags found
1 merge request!142Add ability to evict and ban URLs from the Pleroma MediaProxy cache
Pipeline #28469 failed
......@@ -209,7 +209,7 @@ export default {
this.$store.state.settings.db[group][key].includes(this.setting.key)
},
iconsData() {
return Array.isArray(this.data[':icons']) ? this.data[':icons'] : []
return Array.isArray(this.data) ? this.data : []
},
inputValue() {
if ([':esshd', ':cors_plug', ':quack', ':tesla', ':swoosh'].includes(this.settingGroup.group) &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment