dev: hotfix, build error on importing form

This commit is contained in:
2025-09-29 10:16:23 +07:00
parent 97d36f1279
commit 001dffaacb
13 changed files with 22 additions and 12 deletions

No files matched your search

@@ -34,8 +34,8 @@ const canCreate = hasCreateAccess(roleAccess)
</script>
<template>
<div v-if="canCreate">
<template v-if="canCreate">
<ContentEncounterEntry form-type="Tambah" />
</div>
</template>
<Error v-else :status-code="403" />
</template>