Skip to content

Commit

Permalink
not allow to sort data in table when importing transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
mayswind committed Feb 3, 2025
1 parent b9b47c4 commit 5d78d56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@
fixed-footer
show-select
multi-sort
class="import-transaction-table"
density="compact"
item-value="index"
:class="{ 'import-transaction-table': true, 'disabled': loading || submitting }"
:height="importTransactionsTableHeight"
:headers="importTransactionHeaders"
:items="importTransactions"
Expand Down

0 comments on commit 5d78d56

Please sign in to comment.