mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-29 04:48:48 +01:00
This commit is contained in:
parent
5f91cffc4d
commit
45aee043c8
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ export const getGroupsMethodHTML = (columns: IAVColumn[], group: IAVGroup) => {
|
|||
${group ? "" : selectHTML}
|
||||
</button>`;
|
||||
columns.forEach(item => {
|
||||
if (["rollup", "mAsset"].includes(item.type)) {
|
||||
if (["rollup", "mAsset", "number"].includes(item.type)) {
|
||||
return;
|
||||
}
|
||||
html += `<button class="b3-menu__item" data-id="${item.id}" data-type="setGroupMethod">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue