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 bc39e08 commit 6f20852Copy full SHA for 6f20852
frontend/src/hooks/useConfigList.ts
@@ -71,8 +71,6 @@ export function useConfigList(): ConfigListProps {
71
setConfigs(myConfigs.concat(publicConfigs));
72
if (publicConfigs.find((a: Config) => a.assistant_id === shared_id)) {
73
setCurrent(shared_id);
74
- } else {
75
- saveConfig("default", {}, [], false);
76
}
77
78
0 commit comments