Removed unused `expanded` data attribute

This commit is contained in:
Fabio Manganiello 2022-11-02 16:31:50 +01:00
parent d7214c4c83
commit 68dd09e8ae
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
2 changed files with 0 additions and 12 deletions

View File

@ -63,12 +63,6 @@ export default {
components: {EntityIcon},
mixins: [EntityMixin],
data() {
return {
expanded: false,
}
},
computed: {
valuePercent() {
if (this.value?.value == null)

View File

@ -30,12 +30,6 @@ export default {
components: {EntityIcon},
mixins: [EntityMixin],
data() {
return {
expanded: false,
}
},
computed: {
valuePercent() {
if (this.value?.value == null)