mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
feat: introduce fuzzy search for native indexer (#14109)
This commit is contained in:
@@ -121,7 +121,7 @@ export const Form = () => {
|
||||
console.error(err);
|
||||
throw err;
|
||||
}
|
||||
}, [emailValue, passwordValue, refreshServerConfig]);
|
||||
}, [nameValue, emailValue, passwordValue, refreshServerConfig]);
|
||||
|
||||
const onNext = useAsyncCallback(async () => {
|
||||
if (isCreateAdminStep) {
|
||||
|
||||
Reference in New Issue
Block a user