mirror of
https://github.com/langgenius/dify.git
synced 2026-03-13 19:17:43 +08:00
hide plugin detail
This commit is contained in:
@ -44,14 +44,16 @@ const PluginsPanel = () => {
|
||||
<List pluginList={filteredList} />
|
||||
</div>
|
||||
</div>
|
||||
<PluginDetailPanel
|
||||
pluginDetail={currentPluginDetail}
|
||||
endpointList={currentPluginEndpoints}
|
||||
onHide={() => {
|
||||
setCurrentPluginDetail(undefined)
|
||||
setCurrentEndpoints([])
|
||||
}}
|
||||
/>
|
||||
{false && (
|
||||
<PluginDetailPanel
|
||||
pluginDetail={currentPluginDetail}
|
||||
endpointList={currentPluginEndpoints}
|
||||
onHide={() => {
|
||||
setCurrentPluginDetail(undefined)
|
||||
setCurrentEndpoints([])
|
||||
}}
|
||||
/>
|
||||
)}
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user