mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
fix: returned items are empty when groupby is se to none
This commit is contained in:
@@ -69,7 +69,6 @@ export function groupArray(
|
||||
}
|
||||
|
||||
if (options.groupBy === "none") {
|
||||
let array = [];
|
||||
const conflicted = [];
|
||||
const pinned = [];
|
||||
const others = [];
|
||||
|
||||
Reference in New Issue
Block a user