Skip to content

Commit 97e4ff1

Browse files
committed
added default value to true
1 parent 8c7a9f7 commit 97e4ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/lib/stores/settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ PROVIDER_LIST.forEach((provider) => {
3535
initialProviderSettings[provider.name] = {
3636
...provider,
3737
settings: {
38-
enabled: false,
38+
enabled: true,
3939
},
4040
};
4141
});

0 commit comments

Comments
 (0)