fix(knowledge): ensure proper id handling in document operations

refactor(teams): update user deletion to use user_id instead of id
refactor(knowledge): optimize data grid locale handling with useCallback
style(knowledge): adjust similarity display format in test chunks
refactor(knowledge): improve document selection logic and typing
This commit is contained in:
2025-11-19 17:44:12 +08:00
parent 83df8a7373
commit 79ee33be7c
5 changed files with 40 additions and 22 deletions

View File

@@ -178,7 +178,7 @@ function TeamsSetting() {
<IconButton
size="small"
color="error"
onClick={() => handleDeleteUser(user.id)}
onClick={() => handleDeleteUser(user.user_id)}
>
<DeleteIcon />
</IconButton>