Skip to content

Commit b0fd381

Browse files
committed
Include RoleAddModal
1 parent 0472633 commit b0fd381

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/screens/home/admin/RolesView.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import {
2323
IconTrash,
2424
} from '@tabler/icons-react';
2525
import { useContext, useState } from 'react';
26+
import { RoleAddModal } from '@luna/modals/RoleAddModal';
2627

2728
export function RolesView() {
2829
const auth = useContext(AuthContext);
@@ -75,6 +76,7 @@ export function RolesView() {
7576
</div>
7677
}
7778
>
79+
<RoleAddModal isOpen={showRoleAddModal} setOpen={setShowRoleAddModal} />
7880
<Table
7981
aria-label="Table of roles for administrators"
8082
removeWrapper

0 commit comments

Comments
 (0)