CSRF refresh fixes
This commit is contained in:
parent
a8dc0b3647
commit
f0e8e20c24
15 changed files with 12111 additions and 51665 deletions
|
|
@ -11,7 +11,7 @@ export const searchAllAction = async (query: string, limit: number) => {
|
|||
|
||||
return result?.search;
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
console.error(e.message);
|
||||
return [];
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue