diff --git a/components/collections/Add.vue b/components/collections/Add.vue index 545d103ee..9d82dcdfc 100644 --- a/components/collections/Add.vue +++ b/components/collections/Add.vue @@ -39,10 +39,12 @@ diff --git a/components/collections/Collection.vue b/components/collections/Collection.vue index 9d4447a75..3ff5198e6 100644 --- a/components/collections/Collection.vue +++ b/components/collections/Collection.vue @@ -13,7 +13,7 @@ arrow_right arrow_drop_down folder - {{ collection.name }} + {{ collection.name ? collection.name : collection.title }}
- +
+ + {{ pageNo }} + +
+ @@ -48,13 +72,43 @@
- +
- + @@ -66,8 +120,10 @@