feat: make archived false by default on search options

This commit is contained in:
Antonella Sgarlatta
2021-06-24 11:10:39 -03:00
parent 8951264757
commit 3648f29174

View File

@@ -4,7 +4,7 @@ import { WebApplication } from "../application";
export class SearchOptionsState {
includeProtectedContents = false;
includeArchived = true;
includeArchived = false;
includeTrashed = false;
constructor(