Skip to content

Commit

Permalink
updated ui for student_admin_management pages
Browse files Browse the repository at this point in the history
  • Loading branch information
MillerSenior committed Oct 1, 2024
1 parent d50e698 commit dfc5ab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/Pages/AdminManagement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ export default function AdminManagement() {
/>
}
/>
{/*Toast*/}
{displayToast && <Toast {...toast} />}
</AuthenticatedLayout>
);
Expand Down
1 change: 1 addition & 0 deletions frontend/src/Pages/StudentManagement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ export default function StudentManagement() {
/>
}
/>
{/*Toast*/}
{displayToast && <Toast {...toast} />}
</AuthenticatedLayout>
);
Expand Down

0 comments on commit dfc5ab5

Please sign in to comment.