This commit is contained in:
Jackson Harper
2024-08-13 23:51:59 +08:00
parent 588f7d0fdc
commit 6f6e42eeda

View File

@ -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,
}
}),