feat: introduce fuzzy search for native indexer (#14109)

This commit is contained in:
DarkSky
2025-12-25 04:40:23 +08:00
committed by GitHub
parent b6dc68eddf
commit e8693a3a25
24 changed files with 237 additions and 537 deletions

View File

@@ -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) {