Skip to content

Commit 49592ad

Browse files
authored
Merge pull request #6934 from Countly/plugin-search
[plugins] Fix search in feature management page
2 parents 44ca875 + a35d901 commit 49592ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/plugins/frontend/public/templates/plugins.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</el-switch>
1818
</template>
1919
</el-table-column>
20-
<el-table-column sortable prop="name" :label="i18n('plugins.name')" width="200">
20+
<el-table-column sortable prop="name" column-key="name" :label="i18n('plugins.name')" width="200">
2121
<template slot-scope="rowScope">
2222
<a :href="rowScope.row.homepage" target="_blank" :data-test-id="'datatable-features-feature-name-' + rowScope.$index">{{ rowScope.row.name }}</a>
2323
</template>
@@ -77,4 +77,4 @@
7777
</template>
7878
</cly-confirm-dialog>
7979
</cly-main>
80-
</div>
80+
</div>

0 commit comments

Comments
 (0)