@@ -1010,10 +1010,6 @@ const auditSelect = {
for (const asc of asCustom) {
order.push(asc.order);
}
- } else {
- for (const [i, s] of asDefine.setting.select.entries()) {
- order.push(i);
- }
for (const t of options.table) {