mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-17 18:35:19 +02:00
fix: correct closing tag for button in roles manager component
This commit is contained in:
parent
778cfac6fa
commit
7222dd3ce7
1 changed files with 1 additions and 1 deletions
|
|
@ -532,7 +532,7 @@ function RolesContent({
|
||||||
{role.description}
|
{role.description}
|
||||||
</p>
|
</p>
|
||||||
)}
|
)}
|
||||||
</div>
|
</button>
|
||||||
</RolePermissionsDialog>
|
</RolePermissionsDialog>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue