diff --git a/src/views/trials/trials-panel/trial-summary/image-inspect/index.vue b/src/views/trials/trials-panel/trial-summary/image-inspect/index.vue
index 34fa1cc1..ada6da04 100644
--- a/src/views/trials/trials-panel/trial-summary/image-inspect/index.vue
+++ b/src/views/trials/trials-panel/trial-summary/image-inspect/index.vue
@@ -154,7 +154,6 @@
prop="CalledAEList"
min-width="90"
show-overflow-tooltip
- sortable="custom"
>
{{ scope.row.CalledAEList.join(", ") }}
@@ -165,7 +164,6 @@
prop="CallingAEList"
min-width="90"
show-overflow-tooltip
- sortable="custom"
>
{{ scope.row.CallingAEList.join(", ") }}