Skip to content

Commit

Permalink
Tab: remove unnecessary property
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent authored Sep 28, 2024
1 parent 5f612cc commit f20912e
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 :show-modal="true" :collection-item="collectionItem" @update:collection-item="updateCollectionItem" />
<FolderPanel :collection-item="collectionItem" @update:collection-item="updateCollectionItem" />
</section>
</template>
Expand Down

0 comments on commit f20912e

Please sign in to comment.