We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ea00f commit fd982d9Copy full SHA for fd982d9
tools/server/public/index.html.gz
-2 Bytes
tools/server/webui/src/components/SettingDialog.tsx
@@ -277,6 +277,7 @@ export default function SettingDialog({
277
try {
278
const cfg = await getServerDefaultConfig(config.apiKey);
279
StorageUtils.setConfig(cfg);
280
+ saveConfig(cfg);
281
setLocalConfig({ ...cfg });
282
console.info('[Config] Reset from server config');
283
} catch (err) {
0 commit comments