mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-27 03:48:48 +01:00
This commit is contained in:
parent
ed302633f6
commit
829fc886d4
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", "number"].includes(item.type)) {
|
||||
if (["rollup", "mAsset", "lineNumber"].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