fix count

This commit is contained in:
Barış Soner Uşaklı
2023-10-23 11:09:41 -04:00
parent 8d1ae5c009
commit d401bf450b

View File

@@ -61,7 +61,7 @@ function buildTemplatesFromAreas(areas) {
templates.push({
template: area.template,
areas: [],
widgetCount: area.location !== 'drafts' ? area.data.length : 0,
widgetCount: 0,
});
index += 1;