Added town council into user management page

This commit is contained in:
2024-08-01 13:33:44 +08:00
parent 661c3b709e
commit d6212f6c77
2 changed files with 5 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ import HBContestPage from "./pages/HBContestPage";
import HBFormPage from "./pages/HBFormPage";
import DefaultLayout from "./layouts/default";
import AdministratorLayout from "./layouts/administrator";
import UsersManagement from "./pages/UsersManagement";
import UsersManagement from "./pages/UsersManagementPage";
import ResetPasswordPage from "./pages/ResetPasswordPage";
import ForgotPasswordPage from "./pages/ForgotPasswordPage";
import RestrictedLayout from "./layouts/restricted";

View File

@@ -34,6 +34,10 @@ export default function UsersManagement() {
key: "phoneNumber",
label: "TELEPHONE",
},
{
key: "townCouncil",
label: "TOWN COUNCIL",
},
{
key: "accountType",
label: "ACCOUNT TYPE",