mirror of
https://github.com/standardnotes/mobile.git
synced 2026-05-19 03:54:30 -04:00
feat: don't include archived and trashed in search options defaults
This commit is contained in:
committed by
Antonella Sgarlatta
parent
caccf9a756
commit
61209ff8f4
@@ -90,10 +90,10 @@ export const Notes = React.memo(
|
||||
)
|
||||
);
|
||||
const [includeArchivedNotes, setIncludeArchivedNotes] = useState<boolean>(
|
||||
true
|
||||
false
|
||||
);
|
||||
const [includeTrashedNotes, setIncludeTrashedNotes] = useState<boolean>(
|
||||
true
|
||||
false
|
||||
);
|
||||
const [
|
||||
includeProtectedStarted,
|
||||
|
||||
Reference in New Issue
Block a user