Sfoglia il codice sorgente

:recycle: removed artists from the init ignore list on list page to test

tags/0.9.0
J 4 anni fa
parent
commit
208a3106bd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      vue-theme/src/pages/list.vue

+ 1
- 1
vue-theme/src/pages/list.vue Vedi File

@@ -208,7 +208,7 @@ export default {
208 208
                 from.fullPath.includes(this.sortBy) ||
209 209
                 (!to.fullPath.includes(this.sortBy) && !from.fullPath.includes(this.sortBy))
210 210
             ) {
211
-                const ignore = ['event', 'exhibition', 'post', 'artist']
211
+                const ignore = ['event', 'exhibition', 'post']
212 212
                 if(ignore.includes(this.type)) return
213 213
                 this.clearAndInitPostList()
214 214
             }

Loading…
Annulla
Salva