Skip to content

Commit

Permalink
pkp/pkp-lib#9744 Use correct event handler when sorting table for Sta…
Browse files Browse the repository at this point in the history
…tsPage stories file
  • Loading branch information
blesildaramirez committed Jul 26, 2024
1 parent a55fdb7 commit 93e85c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Container/StatsPage.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ const PublicationStatsPageWithDataAndTemplate = {
<PkpTable
aria-label="Article Details"
:class="tableClasses"
@order-by="setOrderBy"
@sort="setOrderBy"
>
<TableHeader>
<TableColumn v-for="column in tableColumns" :key="column.name" :id="column.name">
Expand Down

0 comments on commit 93e85c3

Please sign in to comment.