Skip to content

Commit

Permalink
Merge pull request #5538 from pmattmann/bugfix/edit-category
Browse files Browse the repository at this point in the history
Bugfix: EditCategory shows wrong properties
  • Loading branch information
BacLuc committed Jul 16, 2024
2 parents c4a445e + 893c0e9 commit e5593d7
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 e5593d7

Please sign in to comment.