Переглянути джерело

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

tags/0.9.0
J 4 роки тому
джерело
коміт
208a3106bd
1 змінених файлів з 1 додано та 1 видалено
  1. 1
    1
      vue-theme/src/pages/list.vue

+ 1
- 1
vue-theme/src/pages/list.vue Переглянути файл

208
                 from.fullPath.includes(this.sortBy) ||
208
                 from.fullPath.includes(this.sortBy) ||
209
                 (!to.fullPath.includes(this.sortBy) && !from.fullPath.includes(this.sortBy))
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
                 if(ignore.includes(this.type)) return
212
                 if(ignore.includes(this.type)) return
213
                 this.clearAndInitPostList()
213
                 this.clearAndInitPostList()
214
             }
214
             }

Завантаження…
Відмінити
Зберегти