@@ -194,7 +194,7 @@ export default {
if(!postTypes.includes(newType)) return console.warn('Type not valid...')
// Ignore some types with presorts so the sortBy watcher can handle them
- const ignore = ['artist']
+ const ignore = ['artist', 'event', 'exibition']
if(ignore.includes(newType)) return
this.initPostList()
},