Skip to content

Commit d934d2a

Browse files
committed
fix: fetch all favorites including those inside folders for tree building
1 parent 461cd8f commit d934d2a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

TablePro/Core/Storage/SQLFavoriteStorage.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,6 @@ final class SQLFavoriteStorage {
384384
if folderIdString != nil {
385385
whereClauses.append("folder_id = ?")
386386
hasFolderFilter = true
387-
} else if searchText == nil {
388-
whereClauses.append("folder_id IS NULL")
389387
}
390388

391389
if !whereClauses.isEmpty {

0 commit comments

Comments
 (0)