update file naming for moduleTab items

This commit is contained in:
2026-05-12 14:58:31 +02:00
parent 0e67c8ed44
commit 787c53858b
+1 -1
View File
@@ -218,7 +218,7 @@ function getArrayItemName(propertyName, item, index, totalCount) {
if (rawOrderValue) {
const sanitized = sanitizeFileName(rawOrderValue);
if (sanitized) {
return `moduleTabItem_${sanitized}`;
return `moduleTab_item_${sanitized}`;
}
}
}