Skip to content

Commit

Permalink
Undo
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Mar 29, 2024
1 parent bc39e08 commit 6f20852
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/hooks/useConfigList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ export function useConfigList(): ConfigListProps {
setConfigs(myConfigs.concat(publicConfigs));
if (publicConfigs.find((a: Config) => a.assistant_id === shared_id)) {
setCurrent(shared_id);
} else {
saveConfig("default", {}, [], false);
}
}

Expand Down

0 comments on commit 6f20852

Please sign in to comment.