Skip to content

Commit

Permalink
Merge pull request #2104 from RitvikSardana/list-actions
Browse files Browse the repository at this point in the history
fix: allow export functionality for customer portal also
  • Loading branch information
RitvikSardana authored Dec 18, 2024
2 parents e43eb19 + 38e7cc0 commit edb6444
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 edb6444

Please sign in to comment.