Skip to content

Commit

Permalink
Merge pull request #1059 from nextcloud-libraries/backport/1058/stable4
Browse files Browse the repository at this point in the history
[stable4] fix: Swap sort icons
  • Loading branch information
susnux authored Oct 13, 2023
2 parents f475df9 + 3c4cd5b commit a4efabe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/components/FilePicker/FileList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ import { join } from 'path'
import { t } from '../../utils/l10n'
import { computed, nextTick, onMounted, onUnmounted, ref, type Ref } from 'vue'
import IconSortAscending from 'vue-material-design-icons/MenuDown.vue'
import IconSortDescending from 'vue-material-design-icons/MenuUp.vue'
import IconSortAscending from 'vue-material-design-icons/MenuUp.vue'
import IconSortDescending from 'vue-material-design-icons/MenuDown.vue'
import LoadingTableRow from './LoadingTableRow.vue'
import FileListRow from './FileListRow.vue'
Expand Down

0 comments on commit a4efabe

Please sign in to comment.