perf: use custom separator set by each server profile

fix: add duplicated key to tree view when update value
This commit is contained in:
tiny-craft
2023-07-17 11:49:49 +08:00
parent d976cd1731
commit ea2c24a5f9
3 changed files with 54 additions and 6 deletions
@@ -142,7 +142,7 @@ const onSaveValue = async () => {
props.name,
props.db,
props.keyPath,
toLower(props.keyType),
toLower(keyType),
editValue.value,
-1
)