fix: solve conflict after pull

This commit is contained in:
riefive
2025-10-04 09:07:03 +07:00
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ onMounted(async () => {
class="mb-4 xl:mb-5"
/>
<AppDivisionList :data="data" :pagination-meta="paginationMeta" @page-change="handlePageChange" />
<Dialog v-model:open="isFormEntryDialogOpen" :title="!!recItem ? title : 'Tambah Divisi'" size="lg" prevent-outside>
<AppDivisionEntryForm
:schema="DivisionSchema"