Skip to content

Commit

Permalink
fix: allow export functionality for customer portal also
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikSardana committed Dec 18, 2024
1 parent c664b12 commit 38e7cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desk/src/components/ticket/TicketsListView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
</ListRowItem>
</ListRow>
</ListRows>
<ListSelectBanner v-if="!isCustomerPortal">
<ListSelectBanner>
<template #actions="{ selections }">
<Dropdown
:options="[
Expand Down

0 comments on commit 38e7cc0

Please sign in to comment.