feat: make archived false by default on search options
This commit is contained in:
@@ -4,7 +4,7 @@ import { WebApplication } from "../application";
|
||||
|
||||
export class SearchOptionsState {
|
||||
includeProtectedContents = false;
|
||||
includeArchived = true;
|
||||
includeArchived = false;
|
||||
includeTrashed = false;
|
||||
|
||||
constructor(
|
||||
|
||||
Reference in New Issue
Block a user