mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-05 22:48:27 +00:00
[hub] remove See All from non expandable sections
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<section-header>
|
<section-header>
|
||||||
<h4>{{ section.title }}</h4>
|
<h4>{{ section.title }}</h4>
|
||||||
<p :data-route="'marketplace/category/' + section.title">{{ 'See All' }}</p>
|
<p v-if="section.expandable" :data-route="'marketplace/category/' + section.title">{{ 'See All' }}</p>
|
||||||
</section-header>
|
</section-header>
|
||||||
|
|
||||||
<item-cards-container
|
<item-cards-container
|
||||||
@@ -71,6 +71,7 @@ export default {
|
|||||||
|
|
||||||
this.sections.push({
|
this.sections.push({
|
||||||
title: __(category),
|
title: __(category),
|
||||||
|
expandable: true,
|
||||||
items
|
items
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user