Explorar o código

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

* sort assets by ID and desc

* Update editor-modal-media.vue
Sebastien %!s(int64=5) %!d(string=hai) anos
pai
achega
88f707b7c1
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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
               )