fix: hide MCP tokens tab when addon inactive, move permissions to users tab

- MCP tokens tab only shown when MCP addon is enabled
- Permissions panel moved from own tab to users tab below invite links
- Fixed inconsistent dropdown widths in permissions panel
This commit is contained in:
Maurice
2026-04-01 10:39:43 +02:00
parent be57b7130f
commit 60906cf1d1
2 changed files with 6 additions and 4 deletions
@@ -154,6 +154,7 @@ export default function PermissionsPanel(): React.ReactElement {
value: l,
label: t(LEVEL_LABELS[l] || l),
}))}
style={{ minWidth: 160 }}
/>
</div>
</div>