find key in object change

This commit is contained in:
ogerly 2023-01-24 08:11:19 +01:00
parent b9067d7996
commit 8759c4a41c

View File

@ -12,7 +12,7 @@
column-span="fullWidth"
style="z-index: 1"
>
<span v-if="Object.keys(postsFilter).length !== 0">
<span v-if="postsFilter['categories_some']">
<ds-chip
v-for="filter in postsFilter.categories_some.id_in"
@remove="removeFilter"