Update AuditLogView.vue

This commit is contained in:
Baobhan Sith
2025-04-25 22:00:47 +08:00
parent aa665d6609
commit 08e245abaf
+1 -2
View File
@@ -96,10 +96,9 @@
<div class="text-center text-text-secondary text-sm mt-3"> <!-- Pagination info -->
{{ $t('auditLog.paginationInfo', { currentPage, totalPages, totalLogs }) }}
</div>
</div>
</div>
</div>
</div>
</div>
</template>
<script setup lang="ts">