mirror of https://github.com/langgenius/dify.git
fix: provider
This commit is contained in:
parent
580c9a668f
commit
3b7df2f9b6
|
|
@ -18,7 +18,7 @@ const PluginAuth = ({
|
|||
canApiKey,
|
||||
credentials,
|
||||
disabled,
|
||||
} = usePluginAuth(pluginPayload, true)
|
||||
} = usePluginAuth(pluginPayload, !!pluginPayload.provider)
|
||||
|
||||
return (
|
||||
<>
|
||||
|
|
|
|||
Loading…
Reference in New Issue