Browse Source

fix: sort assets by ID and desc (#1501)

* sort assets by ID and desc

* Update editor-modal-media.vue
pull/1609/head
Sebastien 4 years ago
committed by GitHub
parent
commit
88f707b7c1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. 2
      client/components/editor/editor-modal-media.vue

2
client/components/editor/editor-modal-media.vue

@ -57,6 +57,8 @@
:items-per-page='15' :items-per-page='15'
:loading='loading' :loading='loading'
must-sort, must-sort,
sort-by='ID',
sort-desc,
hide-default-footer, hide-default-footer,
dense dense
) )

Loading…
Cancel
Save