chore: chagne mangament attr name

This commit is contained in:
Joel
2024-10-15 21:35:56 +08:00
parent 70a5d78cc5
commit 31ece363c3
5 changed files with 8 additions and 8 deletions

View File

@ -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 />
)}
{