mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
chore: chagne mangament attr name
This commit is contained in:
@ -36,7 +36,7 @@ const PluginPage = ({
|
||||
}: PluginPageProps) => {
|
||||
const { t } = useTranslation()
|
||||
const {
|
||||
canInstall,
|
||||
canManagement,
|
||||
canDebugger,
|
||||
canSetPermissions,
|
||||
permissions,
|
||||
@ -88,7 +88,7 @@ const PluginPage = ({
|
||||
/>
|
||||
</div>
|
||||
<div className='flex flex-shrink-0 items-center gap-1'>
|
||||
{canInstall && (
|
||||
{canManagement && (
|
||||
<InstallPluginDropdown />
|
||||
)}
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user