Skip to content

Commit

Permalink
Remove unsorted state
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkeating authored and apbendi committed Jun 26, 2023
1 parent bab6ad6 commit 466d7af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/AccountReceiveTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
card-container-class="col q-col-gutter-md"
:columns="mainTableColumns"
:rows="formattedAnnouncements"
:binary-state-sort="true"
v-model:expanded="expanded"
:no-data-label="$t('AccountReceiveTable.account-empty')"
:pagination="paginationConfig"
Expand Down

0 comments on commit 466d7af

Please sign in to comment.