Browse Source

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

* sort assets by ID and desc

* Update editor-modal-media.vue
Sebastien 5 years ago
parent
commit
88f707b7c1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      client/components/editor/editor-modal-media.vue

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

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