diff --git a/src/views/desktop/transactions/import/tabs/ImportTransactionCheckDataTab.vue b/src/views/desktop/transactions/import/tabs/ImportTransactionCheckDataTab.vue index a7a839ad..8ce01069 100644 --- a/src/views/desktop/transactions/import/tabs/ImportTransactionCheckDataTab.vue +++ b/src/views/desktop/transactions/import/tabs/ImportTransactionCheckDataTab.vue @@ -916,7 +916,8 @@ const importTransactionsTableHeight = computed(() => { const importTransactionHeaders = computed(() => { return [ - { value: 'valid', sortable: true, nowrap: true, width: 35 }, + { key: 'data-table-select', fixed: true }, + { value: 'valid', sortable: true, nowrap: true, width: 35, fixed: true }, { value: 'time', title: tt('Transaction Time'), sortable: true, nowrap: true }, { value: 'type', title: tt('Type'), sortable: true, nowrap: true }, { value: 'actualCategoryName', title: tt('Category'), sortable: true, nowrap: true },