diff --git a/app/components/content/sep/list.vue b/app/components/content/sep/list.vue index 73afb3a7..ff934da3 100644 --- a/app/components/content/sep/list.vue +++ b/app/components/content/sep/list.vue @@ -6,10 +6,6 @@ import Header from '~/components/pub/custom-ui/nav-header/prep.vue' const search = ref('') const dateRange = ref('12 Agustus 2025 - 32 Agustus 2025') -const perPage = ref('10') -const currentPage = ref(1) -const totalPages = 20 -const perPageOptions = [10, 25, 50].map((value) => ({ value: value.toString(), label: value.toString() })) interface SepData { tgl_sep: string