We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44ca875 + a35d901 commit 49592adCopy full SHA for 49592ad
plugins/plugins/frontend/public/templates/plugins.html
@@ -17,7 +17,7 @@
17
</el-switch>
18
</template>
19
</el-table-column>
20
- <el-table-column sortable prop="name" :label="i18n('plugins.name')" width="200">
+ <el-table-column sortable prop="name" column-key="name" :label="i18n('plugins.name')" width="200">
21
<template slot-scope="rowScope">
22
<a :href="rowScope.row.homepage" target="_blank" :data-test-id="'datatable-features-feature-name-' + rowScope.$index">{{ rowScope.row.name }}</a>
23
@@ -77,4 +77,4 @@
77
78
</cly-confirm-dialog>
79
</cly-main>
80
-</div>
+</div>
0 commit comments