Skip to content

Commit 2ddff2a

Browse files
committed
🎨 #12384
1 parent 1c6538b commit 2ddff2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/protyle/render/av/blockAttr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export const genAVValueHTML = (value: IAVCellValue) => {
143143
break;
144144
case "rollup":
145145
value?.rollup?.contents?.forEach((item) => {
146-
const rollupText = ["select", "mSelect", "mAsset", "checkbox", "relation"].includes(item.type) ? genAVValueHTML(item) : genAVRollupHTML(item);
146+
const rollupText = ["template", "select", "mSelect", "mAsset", "checkbox", "relation"].includes(item.type) ? genAVValueHTML(item) : genAVRollupHTML(item);
147147
if (rollupText) {
148148
html += rollupText + ", ";
149149
}

0 commit comments

Comments
 (0)