update file naming for moduleTab items
This commit is contained in:
@@ -218,7 +218,7 @@ function getArrayItemName(propertyName, item, index, totalCount) {
|
|||||||
if (rawOrderValue) {
|
if (rawOrderValue) {
|
||||||
const sanitized = sanitizeFileName(rawOrderValue);
|
const sanitized = sanitizeFileName(rawOrderValue);
|
||||||
if (sanitized) {
|
if (sanitized) {
|
||||||
return `moduleTabItem_${sanitized}`;
|
return `moduleTab_item_${sanitized}`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user