🐛 fix (employee): fix user entry component on employee add page
This commit is contained in:
@@ -35,7 +35,7 @@ const canCreate = hasCreateAccess(roleAccess)
|
||||
|
||||
<template>
|
||||
<div v-if="canCreate">
|
||||
<ContentUserEntry />
|
||||
<ContentEmployeeEntry />
|
||||
</div>
|
||||
<Error v-else :status-code="403" />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user