Skip to content

Commit b4b1f9b

Browse files
authored
ui: Hide column selector in detail view (#6022)
1 parent 831f7cf commit b4b1f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/AutogenView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
</a-select-option>
7474
</a-select>
7575
</a-tooltip>
76-
<a-dropdown style="margin-left: 8px" :trigger="['click']" v-if="!$store.getters.metrics" v-model="customColumnsDropdownVisible">
76+
<a-dropdown style="margin-left: 8px" :trigger="['click']" v-if="!dataView && !$store.getters.metrics" v-model="customColumnsDropdownVisible">
7777
<a-button>
7878
{{ $t('label.columns') }} <a-icon type="down" style="color: rgba(0,0,0,.45)" />
7979
</a-button>

0 commit comments

Comments
 (0)