Skip to content

Commit

Permalink
Wheren category change, rebuild CategoryProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
pmattmann committed Jul 13, 2024
1 parent 3693372 commit 893c0e9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/src/views/category/Category.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,11 @@
</h3>
</v-expansion-panel-header>
<v-expansion-panel-content>
<CategoryProperties :category="category" :disabled="!isManager" />
<CategoryProperties
:key="category"
:category="category"
:disabled="!isManager"
/>
</v-expansion-panel-content>
</v-expansion-panel>

Expand Down

0 comments on commit 893c0e9

Please sign in to comment.