mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +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") {
|
if (options.groupBy === "none") {
|
||||||
let array = [];
|
|
||||||
const conflicted = [];
|
const conflicted = [];
|
||||||
const pinned = [];
|
const pinned = [];
|
||||||
const others = [];
|
const others = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user