Skip to content

Commit a4efabe

Browse files
authored
Merge pull request #1059 from nextcloud-libraries/backport/1058/stable4
[stable4] fix: Swap sort icons
2 parents f475df9 + 3c4cd5b commit a4efabe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/components/FilePicker/FileList.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ import { join } from 'path'
8080
import { t } from '../../utils/l10n'
8181
import { computed, nextTick, onMounted, onUnmounted, ref, type Ref } from 'vue'
8282
83-
import IconSortAscending from 'vue-material-design-icons/MenuDown.vue'
84-
import IconSortDescending from 'vue-material-design-icons/MenuUp.vue'
83+
import IconSortAscending from 'vue-material-design-icons/MenuUp.vue'
84+
import IconSortDescending from 'vue-material-design-icons/MenuDown.vue'
8585
import LoadingTableRow from './LoadingTableRow.vue'
8686
import FileListRow from './FileListRow.vue'
8787

0 commit comments

Comments
 (0)