mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 09:00:12 +01:00
This commit is contained in:
parent
58f06933e8
commit
7f9a8842f9
1 changed files with 1 additions and 0 deletions
|
|
@ -231,6 +231,7 @@ const getSortsHTML = (data: IAV) => {
|
|||
data.columns.forEach((item) => {
|
||||
sortHTML += `<option value="${item.id}" ${item.id === id ? "checked" : ""}>${item.name}</option>`
|
||||
})
|
||||
return sortHTML;
|
||||
}
|
||||
data.sorts.forEach((item: IAVSort) => {
|
||||
html += `<button class="b3-menu__item">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue