Skip to content

Commit 6f20852

Browse files
committed
Undo
1 parent bc39e08 commit 6f20852

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

frontend/src/hooks/useConfigList.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ export function useConfigList(): ConfigListProps {
7171
setConfigs(myConfigs.concat(publicConfigs));
7272
if (publicConfigs.find((a: Config) => a.assistant_id === shared_id)) {
7373
setCurrent(shared_id);
74-
} else {
75-
saveConfig("default", {}, [], false);
7674
}
7775
}
7876

0 commit comments

Comments
 (0)