vhobjects-service 0.5.4 → 0.5.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6439,7 +6439,7 @@ class FunctionService {
|
|
|
6439
6439
|
if (!files.length)
|
|
6440
6440
|
return;
|
|
6441
6441
|
const componentsRepeat = ['AtwFrameRepeat']; // component repeat
|
|
6442
|
-
const componentsCategory = ['AtwFrameCategories', 'AtwFrameCategoryDetail']; // Các component category
|
|
6442
|
+
const componentsCategory = ['AtwFrameCategories', 'AtwFrameCategoryDetail', 'AtwFrameDisplaySubcategory']; // Các component category
|
|
6443
6443
|
// Các component có cấu hình chọn main sector
|
|
6444
6444
|
const componentsHasChooseMainSector = ['AtwFrameResult', 'AtwFrameSearchByKeyword'];
|
|
6445
6445
|
// Các component các ngành hàng
|