Skip to content

Commit a35d901

Browse files
committed
[plugins] Fix search in feature management page
1 parent 44ca875 commit a35d901

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)