diff --git a/web/screens/Hub/index.tsx b/web/screens/Hub/index.tsx index d98ba7bbe..ff6bf3a77 100644 --- a/web/screens/Hub/index.tsx +++ b/web/screens/Hub/index.tsx @@ -80,7 +80,7 @@ const filterOptions = [ }, ] -const hubCompatibleAtom = atom(true) +const hubCompatibleAtom = atom(false) const HubScreen = () => { const { sources } = useGetModelSources()