mirror of https://github.com/kortix-ai/suna.git
remove whitespace
This commit is contained in:
parent
c3f431d0ee
commit
2263e8ce00
|
@ -42,7 +42,7 @@ export function LocalEnvManager() {
|
|||
}
|
||||
const submitData = {
|
||||
...data,
|
||||
...Object.fromEntries(newApiKeys.map(entry => [entry.key, entry.value]))
|
||||
...Object.fromEntries(newApiKeys.map(entry => [entry.key.trim(), entry.value.trim()]))
|
||||
}
|
||||
|
||||
updateApiKeys.mutate(submitData);
|
||||
|
|
Loading…
Reference in New Issue