mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix typo
This commit is contained in:
parent
588f7d0fdc
commit
6f6e42eeda
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ const userDefaultShortcuts = async (userId: string): Promise<Shortcut[]> => {
|
|||
id: search.id,
|
||||
type: 'search',
|
||||
name: search.name,
|
||||
section: 'seach',
|
||||
section: 'search',
|
||||
filter: search.filter,
|
||||
}
|
||||
}),
|
||||
|
|
|
|||
Loading…
Reference in a new issue