Skip to content

Commit

Permalink
fix(ui): [Vue warn] Property "updateCollectionItem" was accessed duri…
Browse files Browse the repository at this point in the history
…ng render but is not defined on instance
  • Loading branch information
flawiddsouza committed Oct 6, 2024
1 parent 828c3be commit af25099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/Tab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</section>

<section class="request-response-panels" v-show="collectionItem && collectionItem._type === 'request_group'">
<FolderPanel :collection-item="collectionItem" @update:collection-item="updateCollectionItem" />
<FolderPanel :collection-item="collectionItem" />
</section>

<section class="request-response-panels" v-if="!collectionItem">
Expand Down

0 comments on commit af25099

Please sign in to comment.