🐛 fix (employee): fix user entry component on employee add page

This commit is contained in:
Abizrh
2025-09-11 01:00:16 +07:00
parent 8762424e2e
commit a68f6b9eb0
11 changed files with 33 additions and 31 deletions
@@ -35,7 +35,7 @@ const canCreate = hasCreateAccess(roleAccess)
<template>
<div v-if="canCreate">
<ContentUserEntry />
<ContentEmployeeEntry />
</div>
<Error v-else :status-code="403" />
</template>