Skip to content

Commit 2bb9f2f

Browse files
SalleeMatthewsmile0711
authored andcommitted
Update HireRoles.vue
1 parent b07840e commit 2bb9f2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spa/src/pages/admin/user/HireRoles.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export default Vue.extend({
8989
},
9090
},
9191
mounted() {
92-
if (!this.accessLevel.includes("leader")) {
92+
if (!this.accessLevel.includes("admin")) {
9393
this.$router.push({ name: "restrictedaccess" });
9494
}
9595
this.getRoleList();

0 commit comments

Comments
 (0)