Skip to content

Commit 406d064

Browse files
committed
pkp/pkp-lib#1660 updated dropdown action component
1 parent b90abbe commit 406d064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/components/ListPanel/reviewerRecommendations/ReviewerRecommendationsListPanel.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
v-if="item.removable"
5454
:actions="getActions(item)"
5555
:label="t('reviewer.recommendation.management.options')"
56-
:display-as-ellipsis="true"
56+
button-variant="ellipsis"
5757
direction="left"
5858
@action="(actionName) => handleAction(actionName, item)"
5959
/>

0 commit comments

Comments
 (0)