mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
fix: fix npm run build
This commit is contained in:
parent
57e8768e0b
commit
ff92c6ae5c
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ export default function ServiceConfiguration() {
|
|||
loadedApiKeys[service] = value ? [value as string] : [""];
|
||||
}
|
||||
} else if (field !== "provider") {
|
||||
defaultValues[`${service}_${field}`] = value;
|
||||
defaultValues[`${service}_${field}`] = value as string | number | boolean;
|
||||
}
|
||||
});
|
||||
selectedProviders[service] = userConfig?.[service]?.provider as string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue