Avatar Fix , control pannel UI fix
This commit is contained in:
@@ -90,7 +90,8 @@ const getInitialProviderSettings = (): ProviderSetting => {
|
||||
initialSettings[provider.name] = {
|
||||
...provider,
|
||||
settings: {
|
||||
enabled: true,
|
||||
// Local providers should be disabled by default
|
||||
enabled: !LOCAL_PROVIDERS.includes(provider.name),
|
||||
},
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user